[68754] trunk/dports/archivers/arc
ryandesign at macports.org
ryandesign at macports.org
Sat Jun 12 10:06:30 PDT 2010
Revision: 68754
http://trac.macports.org/changeset/68754
Author: ryandesign at macports.org
Date: 2010-06-12 10:06:25 -0700 (Sat, 12 Jun 2010)
Log Message:
-----------
arc: make sure we're UsingTheRightCompiler; see #20073 (maintainer timeout)
Modified Paths:
--------------
trunk/dports/archivers/arc/Portfile
trunk/dports/archivers/arc/files/patch-Makefile
Modified: trunk/dports/archivers/arc/Portfile
===================================================================
--- trunk/dports/archivers/arc/Portfile 2010-06-12 14:45:32 UTC (rev 68753)
+++ trunk/dports/archivers/arc/Portfile 2010-06-12 17:06:25 UTC (rev 68754)
@@ -27,7 +27,8 @@
set CFLAGS "${CFLAGS} ${configure.universal_cflags}"
}
-build.args "OPT=\"${CFLAGS}\""
+build.args CC=${configure.cc} \
+ OPT="${CFLAGS}"
destroot {
xinstall -W ${worksrcpath} ${name} m${name} ${destroot}${prefix}/bin
Modified: trunk/dports/archivers/arc/files/patch-Makefile
===================================================================
--- trunk/dports/archivers/arc/files/patch-Makefile 2010-06-12 14:45:32 UTC (rev 68753)
+++ trunk/dports/archivers/arc/files/patch-Makefile 2010-06-12 17:06:25 UTC (rev 68754)
@@ -1,6 +1,6 @@
---- Makefile.orig 2007-08-29 18:30:18.000000000 +0200
-+++ Makefile 2007-08-29 18:31:01.000000000 +0200
-@@ -35,17 +35,16 @@
+--- Makefile.orig 2005-10-08 20:30:24.000000000 -0500
++++ Makefile 2010-06-12 12:03:36.000000000 -0500
+@@ -35,10 +35,9 @@
# On Solaris, use -DSYSV=1 -DNEED_ALPHASORT and set SYSVOBJ=scandir.o
# (See the Sysvarcstuf shar file)
#SYSTEM = -DGEMDOS=1 -fstrength-reduce -fomit-frame-pointer -finline-functions -fdefer-pop -mpcrel
@@ -13,12 +13,3 @@
# For MWC 3.0 on the Atari ST, use:
#CFLAGS = -VCOMPAC -VPEEP
CFLAGS = $(OPT) $(SYSTEM)
-
- # GNU's gcc is very nice, if you've got it. Otherwise just cc.
--#CC = cgcc -mshort -mbaserel
--CC = cc
-+CC = gcc
-+#CC = cc
-
- # tmclock is only needed on Unix systems...
- TMCLOCK = tmclock.o
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100612/e0c06671/attachment.html>
More information about the macports-changes
mailing list