[64879] trunk/dports/devel/hs-mmap/Portfile

gwright at macports.org gwright at macports.org
Tue Mar 16 09:33:10 PDT 2010


Revision: 64879
          http://trac.macports.org/changeset/64879
Author:   gwright at macports.org
Date:     2010-03-16 09:33:09 -0700 (Tue, 16 Mar 2010)
Log Message:
-----------
Fix --with-gcc in configuration.

Modified Paths:
--------------
    trunk/dports/devel/hs-mmap/Portfile

Modified: trunk/dports/devel/hs-mmap/Portfile
===================================================================
--- trunk/dports/devel/hs-mmap/Portfile	2010-03-16 16:32:48 UTC (rev 64878)
+++ trunk/dports/devel/hs-mmap/Portfile	2010-03-16 16:33:09 UTC (rev 64879)
@@ -24,7 +24,7 @@
 universal_variant	no
 
 configure.args-append   -v --enable-library-profiling	\
-			--with-gcc=${version}
+			--with-gcc=${configure.cc}
 
 build.args-append   -v
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100316/8614a79e/attachment-0001.html>


More information about the macports-changes mailing list