[49127] trunk/dports/lang/chicken/Portfile

mcalhoun at macports.org mcalhoun at macports.org
Fri Apr 3 23:23:59 PDT 2009


Revision: 49127
          http://trac.macports.org/changeset/49127
Author:   mcalhoun at macports.org
Date:     2009-04-03 23:23:58 -0700 (Fri, 03 Apr 2009)
Log Message:
-----------
chicken: Ensure correct compiler is used.
Fixes #19098 (maintainer timeout).

Modified Paths:
--------------
    trunk/dports/lang/chicken/Portfile

Modified: trunk/dports/lang/chicken/Portfile
===================================================================
--- trunk/dports/lang/chicken/Portfile	2009-04-04 06:21:44 UTC (rev 49126)
+++ trunk/dports/lang/chicken/Portfile	2009-04-04 06:23:58 UTC (rev 49127)
@@ -18,7 +18,10 @@
 checksums	md5 9299e9daa9c39cbd391975ce5e5aa7d9\
 		sha1 6a73186eb01e2aa952056cf2ccb8fa136f9fab4e\
                 rmd160 e28808de5408753df1e0b050dcac19f540567f13
-use_configure	no
+configure {
+	reinplace "s|C_COMPILER ?= gcc|C_COMPILER ?= ${configure.cc}|"     ${worksrcpath}/defaults.make
+	reinplace "s|CXX_COMPILER ?= g++|C_COMPILER ?= ${configure.cxx}|"  ${worksrcpath}/defaults.make
+}
 pre-build {
 	system "cd ${worksrcpath} && ${build.cmd} ${build.args} bootstrap"
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090403/613d4e1d/attachment.html>


More information about the macports-changes mailing list