[24469] trunk/dports/x11/pango/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Tue Apr 24 18:48:51 PDT 2007


Revision: 24469
          http://trac.macosforge.org/projects/macports/changeset/24469
Author:   ryandesign at macports.org
Date:     2007-04-24 18:48:51 -0700 (Tue, 24 Apr 2007)

Log Message:
-----------
Use configure.cppflags-append and configure.ldflags-append instead of configure.env. Remove obsolete -L flag which is now in MacPorts base. Thanks to Elias Pipping for the patch.

Modified Paths:
--------------
    trunk/dports/x11/pango/Portfile

Modified: trunk/dports/x11/pango/Portfile
===================================================================
--- trunk/dports/x11/pango/Portfile	2007-04-25 01:20:37 UTC (rev 24468)
+++ trunk/dports/x11/pango/Portfile	2007-04-25 01:48:51 UTC (rev 24469)
@@ -33,10 +33,12 @@
 patchfiles \
 	patch-ltmain.sh
 
-configure.env \
-	CPPFLAGS="-no-cpp-precomp" \
-	LDFLAGS="-no-undefined -bind_at_load -L${prefix}/lib"
+configure.cppflags-append \
+	-no-cpp-precomp
 
+configure.ldflags-append \
+	"-no-undefined -bind_at_load"
+
 configure.args \
 	--mandir=${prefix}/share/man \
 	--enable-cairo

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070424/0e1bb90c/attachment.html


More information about the macports-changes mailing list