Revision: 89568 http://trac.macports.org/changeset/89568 Author: cal@macports.org Date: 2012-02-03 06:18:51 -0800 (Fri, 03 Feb 2012) Log Message: ----------- barcode: Add include and link paths, closes #33125 Modified Paths: -------------- trunk/dports/textproc/barcode/Portfile Added Paths: ----------- trunk/dports/textproc/barcode/files/ trunk/dports/textproc/barcode/files/Makefile.in.patch Modified: trunk/dports/textproc/barcode/Portfile =================================================================== --- trunk/dports/textproc/barcode/Portfile 2012-02-03 07:12:15 UTC (rev 89567) +++ trunk/dports/textproc/barcode/Portfile 2012-02-03 14:18:51 UTC (rev 89568) @@ -20,6 +20,10 @@ master_sites gnu checksums md5 7f10c3307b84a19a4ab2fa4b3f2974da +patchfiles Makefile.in.patch + +use_autoreconf yes + destroot.destdir prefix=${destroot}${prefix} \ MAN1DIR=${destroot}${prefix}/share/man/man1 \ MAN3DIR=${destroot}${prefix}/share/man/man3 \ Added: trunk/dports/textproc/barcode/files/Makefile.in.patch =================================================================== --- trunk/dports/textproc/barcode/files/Makefile.in.patch (rev 0) +++ trunk/dports/textproc/barcode/files/Makefile.in.patch 2012-02-03 14:18:51 UTC (rev 89568) @@ -0,0 +1,11 @@ +--- 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 @@ + + INSTALL = @INSTALL@ + +-LDFLAGS = -L. -l$(TARGET) @LIBPAPER@ ++LDFLAGS = -L. -l$(TARGET) @LIBPAPER@ @LDFLAGS@ + + prefix = @prefix@ + BINDIR = $(prefix)/bin