diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-05-08 15:59:11 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-05-08 15:59:11 +0000 |
commit | 94b858fc395ad950391c41065fe9b9810151802a (patch) | |
tree | af4411c6b99537ab041f0c8e3f0239c1ecfe457a /emulators/snes9x | |
parent | a99a52ea64e5cf9369efda21ee93e684756f18e5 (diff) |
Notes
Diffstat (limited to 'emulators/snes9x')
-rw-r--r-- | emulators/snes9x/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/snes9x/Makefile b/emulators/snes9x/Makefile index 252ca006af03..926c6dfbd24b 100644 --- a/emulators/snes9x/Makefile +++ b/emulators/snes9x/Makefile @@ -61,7 +61,7 @@ CONFIGURE_ARGS+= --with-assembler CONFIGURE_ARGS+= --without-assembler .endif -.if ${PORT_OPTIONS:MMMX} && !defined(PACKAGE_BUILDING} +.if ${PORT_OPTIONS:MMMX} && !defined(PACKAGE_BUILDING) CONFIGURE_ARGS+= --with-mmx .else CONFIGURE_ARGS+= --without-mmx |