Update to mednafen 0.9.39.2 and set USE_WXNEEDED
This commit is contained in:
parent
7a2b7056c4
commit
3e3473226e
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2016/01/17 21:12:14 jeremy Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2016/10/24 01:53:37 jeremy Exp $
|
||||
|
||||
BROKEN-hppa = ../../include/mednafen/state.h:21:7: error: 'exception_ptr' in namespace 'std' does not name a type
|
||||
COMMENT = emulates numerous game consoles
|
||||
|
||||
V = 0.9.38.7
|
||||
V = 0.9.39.2
|
||||
DISTNAME = mednafen-${V}
|
||||
|
||||
CATEGORIES = emulators games
|
||||
@ -31,6 +31,8 @@ LIB_DEPENDS = audio/libsndfile \
|
||||
|
||||
WRKDIST = ${WRKDIR}/mednafen
|
||||
|
||||
USE_WXNEEDED = Yes
|
||||
|
||||
CONFIGURE_STYLE = gnu
|
||||
CONFIGURE_ENV = CFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/SDL" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib -pthread"
|
||||
@ -43,6 +45,9 @@ CONFIGURE_ARGS = --disable-alsa \
|
||||
# this intrinsic is not supported with our old gcc
|
||||
CONFIGURE_ARGS += --disable-altivec
|
||||
|
||||
pre-configure:
|
||||
sed -i 's/^__inline//' ${WRKDIST}/src/quicklz/quicklz.c
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/mednafen
|
||||
${INSTALL_DATA} ${WRKSRC}/Documentation/* ${PREFIX}/share/doc/mednafen/
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (mednafen-0.9.38.7.tar.bz2) = G7O+74g6Mlw10aHOFJWcMHpMMh8uop1N2yFsbdA63tg=
|
||||
SIZE (mednafen-0.9.38.7.tar.bz2) = 3882418
|
||||
SHA256 (mednafen-0.9.39.2.tar.bz2) = tCRwst32jOB0f1uLpOHRwwR/qMRbjhaNpD8+JGHsNMw=
|
||||
SIZE (mednafen-0.9.39.2.tar.bz2) = 4005259
|
||||
|
@ -1,11 +1,11 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2014/06/28 04:08:48 jeremy Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2016/10/24 01:53:37 jeremy Exp $
|
||||
@bin bin/mednafen
|
||||
share/doc/mednafen/
|
||||
share/doc/mednafen/Makefile.am
|
||||
share/doc/mednafen/Makefile.in
|
||||
share/doc/mednafen/README.jpeg4a
|
||||
share/doc/mednafen/bwolf0.png
|
||||
share/doc/mednafen/bwolf1.png
|
||||
share/doc/mednafen/cdplay.html
|
||||
share/doc/mednafen/cdplay.php
|
||||
share/doc/mednafen/cheat.html
|
||||
share/doc/mednafen/cheats.txt
|
||||
share/doc/mednafen/debugger.html
|
||||
@ -49,6 +49,12 @@ share/doc/mednafen/sms.html
|
||||
share/doc/mednafen/sms.php
|
||||
share/doc/mednafen/snes.html
|
||||
share/doc/mednafen/snes.php
|
||||
share/doc/mednafen/snes_faust.html
|
||||
share/doc/mednafen/snes_faust.php
|
||||
share/doc/mednafen/ss.html
|
||||
share/doc/mednafen/ss.php
|
||||
share/doc/mednafen/ssfplay.html
|
||||
share/doc/mednafen/ssfplay.php
|
||||
share/doc/mednafen/vb.html
|
||||
share/doc/mednafen/vb.php
|
||||
share/doc/mednafen/wswan.html
|
||||
@ -56,5 +62,3 @@ share/doc/mednafen/wswan.php
|
||||
share/locale/de/LC_MESSAGES/mednafen.mo
|
||||
share/locale/es/LC_MESSAGES/mednafen.mo
|
||||
share/locale/ru/LC_MESSAGES/mednafen.mo
|
||||
share/mednafen/
|
||||
share/mednafen/c68k_op0.inc
|
||||
|
Loading…
Reference in New Issue
Block a user