From 94b858fc395ad950391c41065fe9b9810151802a Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Wed, 8 May 2013 15:59:11 +0000 Subject: [PATCH] Really fix conversion - missed a 2nd typo --- emulators/snes9x/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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