diff options
author | pav <pav@FreeBSD.org> | 2010-06-13 19:07:30 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-06-13 19:07:30 +0000 |
commit | 3ef3f912cc30014d1143a4ca81fe2956f3b7da10 (patch) | |
tree | 66bd929e8d94babfb1713b9eaa1f32d1d57b2874 /emulators | |
parent | 8f9c4b2e2d09cb77ea36ed9aab948fab58a78a00 (diff) | |
download | FreeBSD-ports-3ef3f912cc30014d1143a4ca81fe2956f3b7da10.zip FreeBSD-ports-3ef3f912cc30014d1143a4ca81fe2956f3b7da10.tar.gz |
- Disable MMX autodetection on pointyhat to achieve predictable dependency list
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/xsystem35/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/xsystem35/Makefile b/emulators/xsystem35/Makefile index a0a50fff..bb7f02d 100644 --- a/emulators/xsystem35/Makefile +++ b/emulators/xsystem35/Makefile @@ -54,7 +54,7 @@ CONFIGURE_ARGS+= --enable-audio=oss --with-default-output=oss CONFIGURE_ARGS+= --disable-sdl #.endif -.if ${MACHINE_CPU:Mmmx} +.if ${MACHINE_CPU:Mmmx} && !defined(PACKAGE_BUILDING) CONFIGURE_ARGS+= --enable-mmx BUILD_DEPENDS+= nasm:${PORTSDIR}/devel/nasm .else |