summaryrefslogtreecommitdiff
path: root/emulators/xmame
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2003-10-25 01:10:30 +0000
committerMaho Nakata <maho@FreeBSD.org>2003-10-25 01:10:30 +0000
commit2832aab3d726008acf2d1c2a5117dff439523d5b (patch)
treef94320d9ac4ffc29eef7d789d4fbfb0c9d8ec250 /emulators/xmame
parentSet ONLY_FOR_ARCHS=i386. (diff)
Fix opengl build.
Submitted by: maintainer Discovered by: Jimmy Olgeni <olgeni@FreeBSD.org>
Notes
Notes: svn path=/head/; revision=92096
Diffstat (limited to 'emulators/xmame')
-rw-r--r--emulators/xmame/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile
index ed6bd6ff81f2..583d6577d78b 100644
--- a/emulators/xmame/Makefile
+++ b/emulators/xmame/Makefile
@@ -272,7 +272,7 @@ do-configure:
-e "s@# X11_DGA@X11_DGA@g" \
-e "s@/usr/X11R6@${X11BASE}@g" \
-e "s@^SDL_CONFIG.*@SDL_CONFIG = ${SDL_CONFIG}@g" \
- -e "s@^GLLIBS=.*@GLLIBS= ${PTHREAD_LIBS}@g" \
+ -e "s@^GLLIBS += .*@GLLIBS += ${PTHREAD_LIBS}@g" \
${WRKSRC}/makefile.unix
post-build: