aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/dynamips-community
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2011-11-10 13:56:18 +0800
committerlinimon <linimon@FreeBSD.org>2011-11-10 13:56:18 +0800
commit55668a2b581e9fee49aee145da2ea2a0551e60e8 (patch)
treeca9d5dfa217b8533fe1df27de38a6ab264fc1f17 /emulators/dynamips-community
parenta2fc3e2be6280c8511f184c3c3500dddb61090cc (diff)
downloadfreebsd-ports-gnome-55668a2b581e9fee49aee145da2ea2a0551e60e8.tar.gz
freebsd-ports-gnome-55668a2b581e9fee49aee145da2ea2a0551e60e8.tar.zst
freebsd-ports-gnome-55668a2b581e9fee49aee145da2ea2a0551e60e8.zip
Also broken on powerpc: uses i386 asm.
Hat: portmgr
Diffstat (limited to 'emulators/dynamips-community')
-rw-r--r--emulators/dynamips-community/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/dynamips-community/Makefile b/emulators/dynamips-community/Makefile
index ca4022b19a06..c5657211f7c9 100644
--- a/emulators/dynamips-community/Makefile
+++ b/emulators/dynamips-community/Makefile
@@ -57,6 +57,7 @@ DYNAMIPS_ARCH= "amd64"
BROKEN= Does not compile
.elif ${ARCH} == "powerpc"
DYNAMIPS_ARCH= "ppc32"
+BROKEN= Does not compile: uses i386 asm
.else
DYNAMIPS_ARCH= "nojit"
.endif