diff options
author | Maho Nakata <maho@FreeBSD.org> | 2003-10-25 01:10:30 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2003-10-25 01:10:30 +0000 |
commit | 2832aab3d726008acf2d1c2a5117dff439523d5b (patch) | |
tree | f94320d9ac4ffc29eef7d789d4fbfb0c9d8ec250 /emulators | |
parent | 03a1782e9bcc22ef0246e47e3e661cc7a411b0a0 (diff) | |
download | ports-2832aab3d726008acf2d1c2a5117dff439523d5b.tar.gz ports-2832aab3d726008acf2d1c2a5117dff439523d5b.zip |
Fix opengl build.
Submitted by: maintainer
Discovered by: Jimmy Olgeni <olgeni@FreeBSD.org>
Notes
Notes:
svn path=/head/; revision=92096
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/xmame/Makefile | 2 |
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: |