aboutsummaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2010-05-10 13:09:48 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2010-05-10 13:09:48 +0000
commit0d0ccc68369bfdc4b82e112318a56eae4821fa4d (patch)
tree85a255fed1a34a03ea13731f4774def5b1e02fce /emulators
parentb5190bcf270056009b91e9da209feae7b75099b7 (diff)
downloadports-0d0ccc68369bfdc4b82e112318a56eae4821fa4d.tar.gz
ports-0d0ccc68369bfdc4b82e112318a56eae4821fa4d.zip
Notes
Diffstat (limited to 'emulators')
-rw-r--r--emulators/mupen64-rice/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/emulators/mupen64-rice/Makefile b/emulators/mupen64-rice/Makefile
index c6c493184e90..ffba6935c2f9 100644
--- a/emulators/mupen64-rice/Makefile
+++ b/emulators/mupen64-rice/Makefile
@@ -23,7 +23,6 @@ USE_GMAKE= yes
USE_SDL= sdl
USE_GL= gl
USE_GNOME= gtk12
-USE_GCC= 3.4
ONLY_FOR_ARCHS= i386
PLUGIN_NAME= ricedaedalus
@@ -34,6 +33,12 @@ PLIST_DIRS+= share/mupen64
FIXME2= glh_genext.h
+post-patch:
+ @${REINPLACE_CMD} -e 's|CDaedalusRender::IsTextureEnabled|IsTextureEnabled|' \
+ ${WRKSRC}/DaedalusRender.h
+ @${REINPLACE_CMD} -e 's|^HRESULT|template<> HRESULT|' \
+ ${WRKSRC}/Profiler.cpp
+
do-configure:
.for i in ${FIXME2}
${REINPLACE_CMD} -e 's|SDL/SDL.h|SDL.h|' ${WRKSRC}/${i}