[20025] trunk/dports/lang/librep/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Thu Oct 12 09:41:38 PDT 2006


Revision: 20025
          http://trac.macosforge.org/projects/macports/changeset/20025
Author:   markd at macports.org
Date:     2006-10-12 09:41:38 -0700 (Thu, 12 Oct 2006)

Log Message:
-----------
Adjust configure.args for Intel.

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

Modified: trunk/dports/lang/librep/Portfile
===================================================================
--- trunk/dports/lang/librep/Portfile	2006-10-12 15:09:18 UTC (rev 20024)
+++ trunk/dports/lang/librep/Portfile	2006-10-12 16:41:38 UTC (rev 20025)
@@ -24,6 +24,12 @@
 depends_lib	port:gdbm \
 		port:gmp
 
-platform darwin 8 {
-	configure.args-append	--with-stack-direction=1
+# 10.3 and i386 are fine with the default 'stack-direction=-1' but 10.4 needs 1
+platform darwin 8 ppc {
+        configure.args-append   --with-stack-direction=1
 }
+                 
+platform darwin i386 {
+        configure.args-delete   --with-stack-direction=1
+}
+

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20061012/3c8c4823/attachment.html


More information about the macports-changes mailing list