[65183] trunk/dports/graphics/unpaper/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Mar 23 05:05:00 PDT 2010


Revision: 65183
          http://trac.macports.org/changeset/65183
Author:   ryandesign at macports.org
Date:     2010-03-23 05:04:59 -0700 (Tue, 23 Mar 2010)
Log Message:
-----------
unpaper: use ${configure.cc} as the compiler; see #24157

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

Modified: trunk/dports/graphics/unpaper/Portfile
===================================================================
--- trunk/dports/graphics/unpaper/Portfile	2010-03-23 12:02:16 UTC (rev 65182)
+++ trunk/dports/graphics/unpaper/Portfile	2010-03-23 12:04:59 UTC (rev 65183)
@@ -26,7 +26,7 @@
 
 build.target        src/unpaper.c
 build.args          ${configure.cflags}
-build.cmd           ${configure.compiler}
+build.cmd           ${configure.cc}
 
 destroot {
     xinstall -m 555 ${worksrcpath}/${name} ${destroot}${prefix}/bin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100323/8642550a/attachment.html>


More information about the macports-changes mailing list