[25650] trunk/dports/graphics/gphoto2/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sun May 27 09:27:25 PDT 2007


Revision: 25650
          http://trac.macosforge.org/projects/macports/changeset/25650
Author:   takanori at macports.org
Date:     2007-05-27 09:27:25 -0700 (Sun, 27 May 2007)

Log Message:
-----------
* Switch to using configure.cflags instead of configure.env.
* Remove redundant LDFLAGS from configure.env.

Modified Paths:
--------------
    trunk/dports/graphics/gphoto2/Portfile

Modified: trunk/dports/graphics/gphoto2/Portfile
===================================================================
--- trunk/dports/graphics/gphoto2/Portfile	2007-05-27 16:27:03 UTC (rev 25649)
+++ trunk/dports/graphics/gphoto2/Portfile	2007-05-27 16:27:25 UTC (rev 25650)
@@ -26,8 +26,8 @@
 		port:popt \
 		port:readline
 
-configure.env	CFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib" \
-		POPT_CFLAGS="-I${prefix}/include" POPT_LIBS="-L${prefix}/lib -lpopt"
+configure.cflags-append -I${prefix}/include
+configure.env	POPT_CFLAGS="-I${prefix}/include" POPT_LIBS="-L${prefix}/lib -lpopt"
 configure.args	--without-cdk --without-aalib
 
 destroot.target	install-strip

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070527/5f84b1fb/attachment.html


More information about the macports-changes mailing list