[80549] trunk/dports/net/dynamips-devel/Portfile

jmr at macports.org jmr at macports.org
Thu Jul 14 10:10:23 PDT 2011


Revision: 80549
          http://trac.macports.org/changeset/80549
Author:   jmr at macports.org
Date:     2011-07-14 10:10:23 -0700 (Thu, 14 Jul 2011)
Log Message:
-----------
dynamips-devel: apply fix from dynamips r69986 (#25812)

Revision Links:
--------------
    http://trac.macports.org/changeset/69986

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

Modified: trunk/dports/net/dynamips-devel/Portfile
===================================================================
--- trunk/dports/net/dynamips-devel/Portfile	2011-07-14 16:47:12 UTC (rev 80548)
+++ trunk/dports/net/dynamips-devel/Portfile	2011-07-14 17:10:23 UTC (rev 80549)
@@ -30,13 +30,14 @@
 			port:libpcap
 
 patchfiles	patch-Makefile
-configure {}
+use_configure no
 
 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/20110714/dc2020a9/attachment.html>


More information about the macports-changes mailing list