diff options
author | jperkin <jperkin@pkgsrc.org> | 2016-02-25 12:50:49 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2016-02-25 12:50:49 +0000 |
commit | e0bc7a47f0f045fbf16c20ab408d2f3f2d11685a (patch) | |
tree | 2ea6f039d1b51f1e1aaf40f0a6962eba4f1221f8 /emulators/libretro-mupen64plus | |
parent | 1b40dcd9f36f779d46476e13ee9358b88db18f05 (diff) | |
download | pkgsrc-e0bc7a47f0f045fbf16c20ab408d2f3f2d11685a.tar.gz |
Use OPSYSVARS.
Diffstat (limited to 'emulators/libretro-mupen64plus')
-rw-r--r-- | emulators/libretro-mupen64plus/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/emulators/libretro-mupen64plus/Makefile b/emulators/libretro-mupen64plus/Makefile index 97bc5dec0e3..cb4939897df 100644 --- a/emulators/libretro-mupen64plus/Makefile +++ b/emulators/libretro-mupen64plus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2015/04/25 14:20:46 tnn Exp $ +# $NetBSD: Makefile,v 1.8 2016/02/25 12:50:49 jperkin Exp $ DISTNAME= mupen64plus-libretro-20150204 PKGNAME= libretro-mupen64plus-20150204 @@ -24,11 +24,7 @@ SUBST_SED.vc+= -e 's;/opt/vc;${PREFIX};g' INSTALLATION_DIRS+= ${PREFIX}/lib/libretro -.include "../../mk/bsd.prefs.mk" - -.if ${OPSYS} == "NetBSD" -CFLAGS+= -DHAVE_POSIX_MEMALIGN=1 -.endif +CFLAGS.NetBSD+= -DHAVE_POSIX_MEMALIGN=1 .include "options.mk" |