[41037] trunk/dports/sysutils/uif2iso/Portfile

raimue at macports.org raimue at macports.org
Tue Oct 21 03:22:29 PDT 2008


Revision: 41037
          http://trac.macports.org/changeset/41037
Author:   raimue at macports.org
Date:     2008-10-21 03:22:28 -0700 (Tue, 21 Oct 2008)
Log Message:
-----------
sysutils/uif2iso:
Remove my experiment with CFLAGS to what was originally intended by the port author

Since there is no configure phase run, there is no better way than falling back
to gcc from PATH (could be gcc from MacPorts).

Modified Paths:
--------------
    trunk/dports/sysutils/uif2iso/Portfile

Modified: trunk/dports/sysutils/uif2iso/Portfile
===================================================================
--- trunk/dports/sysutils/uif2iso/Portfile	2008-10-21 10:19:27 UTC (rev 41036)
+++ trunk/dports/sysutils/uif2iso/Portfile	2008-10-21 10:22:28 UTC (rev 41037)
@@ -27,8 +27,7 @@
 depends_build           port:openssl \
                         port:zlib
 
-# build.args              CC=gcc CFLAGS=\"-L${prefix}/lib\"
-build.post_args         CFLAGS="-L${prefix}/lib"
+build.args              CC=gcc CFLAGS=\"-L${prefix}/lib\"
 
 destroot {
 	xinstall -m 755 ${worksrcpath}/uif2iso ${destroot}${prefix}/bin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20081021/f5d1eb10/attachment.html 


More information about the macports-changes mailing list