diff options
author | maya <maya@pkgsrc.org> | 2019-05-31 18:11:51 +0000 |
---|---|---|
committer | maya <maya@pkgsrc.org> | 2019-05-31 18:11:51 +0000 |
commit | 87602572e62bc649b7e952a04b95672ffaa82d07 (patch) | |
tree | acb041afb9cae86503a5419eecefe38262d911d7 /emulators | |
parent | 80c956a20af287639604b64e6935ecd08e0d873c (diff) | |
download | pkgsrc-87602572e62bc649b7e952a04b95672ffaa82d07.tar.gz |
retroarch: undo hack to workaround netbsd base xsrc issue.
Original issue is fixed.
bump PKGREVISION for options change
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/retroarch/Makefile | 4 | ||||
-rw-r--r-- | emulators/retroarch/options.mk | 9 |
2 files changed, 4 insertions, 9 deletions
diff --git a/emulators/retroarch/Makefile b/emulators/retroarch/Makefile index 21a9f6ac3bd..3bf9a1709cd 100644 --- a/emulators/retroarch/Makefile +++ b/emulators/retroarch/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.25 2019/05/20 12:42:40 nia Exp $ +# $NetBSD: Makefile,v 1.26 2019/05/31 18:11:51 maya Exp $ PKGNAME= retroarch-${RETROARCH_VERSION} DISTNAME= RetroArch-${RETROARCH_VERSION} -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_GITHUB:=libretro/RetroArch/releases/download/v${RETROARCH_VERSION}/} EXTRACT_SUFX= .tar.xz diff --git a/emulators/retroarch/options.mk b/emulators/retroarch/options.mk index 86aa3b98cb7..90a83f14b27 100644 --- a/emulators/retroarch/options.mk +++ b/emulators/retroarch/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.11 2019/05/19 23:13:03 nia Exp $ +# $NetBSD: options.mk,v 1.12 2019/05/31 18:11:51 maya Exp $ .include "../../mk/bsd.fast.prefs.mk" @@ -12,15 +12,10 @@ PKG_SUPPORTED_OPTIONS+= alsa jack openal pulseaudio PKG_SUPPORTED_OPTIONS+= udev .endif -PKG_SUGGESTED_OPTIONS+= sdl2 freetype +PKG_SUGGESTED_OPTIONS+= sdl2 freetype x11 PKG_SUGGESTED_OPTIONS.Linux+= alsa libdrm pulseaudio mbedtls udev PKG_SUGGESTED_OPTIONS.NetBSD+= mbedtls -.if ${OPSYS} != "NetBSD" || ${X11_TYPE} == "modular" -# XXX figure out why the builtin x server crashes on exit -PKG_SUGGESTED_OPTIONS+= x11 -.endif - PKG_OPTIONS_OPTIONAL_GROUPS+= gl PKG_OPTIONS_GROUP.gl+= opengl |