[69986] trunk/dports/net/dynamips/Portfile

jmr at macports.org jmr at macports.org
Sun Jul 25 05:31:55 PDT 2010


Revision: 69986
          http://trac.macports.org/changeset/69986
Author:   jmr at macports.org
Date:     2010-07-25 05:31:52 -0700 (Sun, 25 Jul 2010)
Log Message:
-----------
dynamips: disable JIT on x86_64 (#22285)

Modified Paths:
--------------
    trunk/dports/net/dynamips/Portfile

Modified: trunk/dports/net/dynamips/Portfile
===================================================================
--- trunk/dports/net/dynamips/Portfile	2010-07-25 11:07:41 UTC (rev 69985)
+++ trunk/dports/net/dynamips/Portfile	2010-07-25 12:31:52 UTC (rev 69986)
@@ -30,7 +30,7 @@
 		port:libpcap
 
 patchfiles	Makefile.diff
-configure {}
+use_configure no
 
 # patch.pre_args set to allow use of unmodified idle_pcs patch from developer
 patch.pre_args	-p1
@@ -38,8 +38,9 @@
 build.pre_args-append		PREFIX=${prefix}
 destroot.pre_args-append	PREFIX=${prefix}
 
-# compile using nojit if on PowerPC platform
-if {${os.arch} == "powerpc"} {
+# compile using nojit if on non-i386 platform
+# is meant to work on x86_64 too but apparently crashes; ticket #22285
+if {${build_arch} != "i386"} {
 	build.pre_args-append		DYNAMIPS_ARCH=nojit
 	destroot.pre_args-append	DYNAMIPS_ARCH=nojit
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100725/64ce74a0/attachment.html>


More information about the macports-changes mailing list