[28071] trunk/dports/archivers/9e/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sun Aug 19 10:48:22 PDT 2007


Revision: 28071
          http://trac.macosforge.org/projects/macports/changeset/28071
Author:   nox at macports.org
Date:     2007-08-19 10:48:21 -0700 (Sun, 19 Aug 2007)

Log Message:
-----------
9e:
 * Added default (C|LD)FLAGS.

Modified Paths:
--------------
    trunk/dports/archivers/9e/Portfile

Modified: trunk/dports/archivers/9e/Portfile
===================================================================
--- trunk/dports/archivers/9e/Portfile	2007-08-19 17:23:36 UTC (rev 28070)
+++ trunk/dports/archivers/9e/Portfile	2007-08-19 17:48:21 UTC (rev 28071)
@@ -26,7 +26,8 @@
 # Dummy configure to enable universal variant
 configure		{}
 
-build.args		CFLAGS= LIBS=
+build.args		"CFLAGS=\"${configure.cflags}\"" \
+				"LIBS=\"${configure.ldflags}\""
 
 destroot {
 	xinstall -m 775 ${worksrcpath}/9e ${destroot}${prefix}/bin
@@ -37,5 +38,6 @@
 				"LIBS=\"${configure.universal_ldflags}\""
 }
 
+# This software has no version
 livecheck.check none
 

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


More information about the macports-changes mailing list