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

source_changes at macosforge.org source_changes at macosforge.org
Thu Oct 12 09:51:37 PDT 2006


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

Log Message:
-----------
Now that I'm awake I guess I'll correct the error I just made.

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

Modified: trunk/dports/lang/librep/Portfile
===================================================================
--- trunk/dports/lang/librep/Portfile	2006-10-12 16:41:38 UTC (rev 20025)
+++ trunk/dports/lang/librep/Portfile	2006-10-12 16:51:36 UTC (rev 20026)
@@ -24,12 +24,8 @@
 depends_lib	port:gdbm \
 		port:gmp
 
-# 10.3 and i386 are fine with the default 'stack-direction=-1' but 10.4 needs 1
-platform darwin 8 ppc {
+# 10.3 and i386 are fine with the default 'stack-direction=-1' but 10.4 ppc needs 1
+platform darwin 8 powerpc {
         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/9a05d446/attachment.html


More information about the macports-changes mailing list