diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-06-13 19:07:30 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-06-13 19:07:30 +0000 |
commit | bae0de7d86bdb3ea2b31468c232566a2f536e2af (patch) | |
tree | 898c0e4b3fb7939103acb820be4bcde17f5c682d /emulators | |
parent | 4a5fedb38e71212ae060488fa1e369a477220853 (diff) | |
download | ports-bae0de7d86bdb3ea2b31468c232566a2f536e2af.tar.gz ports-bae0de7d86bdb3ea2b31468c232566a2f536e2af.zip |
Notes
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 a0a50fff6255..bb7f02d3900a 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 |