[20977] trunk/dports/devel/alex
source_changes at macosforge.org
source_changes at macosforge.org
Fri Dec 15 09:56:13 PST 2006
Revision: 20977
http://trac.macosforge.org/projects/macports/changeset/20977
Author: gwright at macports.org
Date: 2006-12-15 09:56:13 -0800 (Fri, 15 Dec 2006)
Log Message:
-----------
No, this time _really_ fix the build on Intel.
Modified Paths:
--------------
trunk/dports/devel/alex/Portfile
trunk/dports/devel/alex/files/patch-configure
Modified: trunk/dports/devel/alex/Portfile
===================================================================
--- trunk/dports/devel/alex/Portfile 2006-12-15 17:26:12 UTC (rev 20976)
+++ trunk/dports/devel/alex/Portfile 2006-12-15 17:56:13 UTC (rev 20977)
@@ -3,7 +3,7 @@
PortSystem 1.0
name alex
version 2.0.1
-revision 1
+revision 2
categories devel
maintainers gwright at macports.org
platforms darwin
Modified: trunk/dports/devel/alex/files/patch-configure
===================================================================
--- trunk/dports/devel/alex/files/patch-configure 2006-12-15 17:26:12 UTC (rev 20976)
+++ trunk/dports/devel/alex/files/patch-configure 2006-12-15 17:56:13 UTC (rev 20977)
@@ -4,12 +4,12 @@
HostVendor_CPP='apple'
HostOS_CPP='darwin'
;;
-+i386-apple-darwin*)
-+ HostPlatform=i386-apple-darwin
-+ TargetPlatform=i386-apple-darwin #hack
-+ BuildPlatform=i386-apple-darwin #hack
-+ HostPlatform_CPP='i386'
-+ HostArch_CPP='i386'
++i686-apple-darwin*)
++ HostPlatform=i686-apple-darwin
++ TargetPlatform=i686-apple-darwin #hack
++ BuildPlatform=i686-apple-darwin #hack
++ HostPlatform_CPP='i686'
++ HostArch_CPP='i686'
+ HostVendor_CPP='apple'
+ HostOS_CPP='darwin'
+ ;;
@@ -21,7 +21,7 @@
if test $fp_prog_ar_is_gnu = yes; then
fp_cv_prog_ar_needs_ranlib=no
-elif test $TargetPlatform = powerpc-apple-darwin; then
-+elif test $TargetPlatform = powerpc-apple-darwin || $TestPlatform = i386-apple-darwin; then
++elif test $TargetPlatform = powerpc-apple-darwin || $TestPlatform = i686-apple-darwin; then
# It's quite tedious to check for Apple's crazy timestamps in .a files,
# so we hardcode it.
fp_cv_prog_ar_needs_ranlib=yes
@@ -30,7 +30,7 @@
HaveFrameworkGMP=NO
-if test $HostPlatform = "powerpc-apple-darwin"; then
-+if test $HostPlatform = "powerpc-apple-darwin" || $HostPlatform = "i386-apple-darwin"; then
++if test $HostPlatform = "powerpc-apple-darwin" || $HostPlatform = "i686-apple-darwin"; then
echo "$as_me:$LINENO: checking for GMP.framework" >&5
echo $ECHO_N "checking for GMP.framework... $ECHO_C" >&6
save_libs="$LIBS"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20061215/d1ce6224/attachment.html
More information about the macports-changes
mailing list