[89570] trunk/dports/textproc/barcode/files/Makefile.in.patch

cal at macports.org cal at macports.org
Fri Feb 3 06:35:57 PST 2012


Revision: 89570
          http://trac.macports.org/changeset/89570
Author:   cal at macports.org
Date:     2012-02-03 06:35:55 -0800 (Fri, 03 Feb 2012)
Log Message:
-----------
barcode: Fix build by including CPPFLAGS, #33125

Modified Paths:
--------------
    trunk/dports/textproc/barcode/files/Makefile.in.patch

Modified: trunk/dports/textproc/barcode/files/Makefile.in.patch
===================================================================
--- trunk/dports/textproc/barcode/files/Makefile.in.patch	2012-02-03 14:22:27 UTC (rev 89569)
+++ trunk/dports/textproc/barcode/files/Makefile.in.patch	2012-02-03 14:35:55 UTC (rev 89570)
@@ -1,7 +1,13 @@
---- Makefile.in.orig	2012-02-03 14:44:19.000000000 +0100
-+++ Makefile.in	2012-02-03 14:44:29.000000000 +0100
-@@ -8,7 +8,7 @@
+--- Makefile.in.orig	2012-02-03 15:32:12.000000000 +0100
++++ Makefile.in	2012-02-03 15:32:39.000000000 +0100
+@@ -3,12 +3,12 @@
+ #
  
+ CC = @CC@
+-CFLAGS = @CFLAGS@ @DEFS@ @NO_GETOPT@ @NO_LIBPAPER@ @NO_STRERROR@
++CFLAGS = @CFLAGS@ @CPPFLAGS@ @DEFS@ @NO_GETOPT@ @NO_LIBPAPER@ @NO_STRERROR@
+ RANLIB = @RANLIB@
+ 
  INSTALL = @INSTALL@
  
 -LDFLAGS = -L. -l$(TARGET) @LIBPAPER@
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120203/0887f260/attachment-0001.html>


More information about the macports-changes mailing list