diff options
author | maho <maho@FreeBSD.org> | 2003-10-25 01:10:30 +0000 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2003-10-25 01:10:30 +0000 |
commit | b85c372acd4ab31ecaca64f453e654c4f1efce46 (patch) | |
tree | a6363151f5e0cc75a1c421cc32c9df64815c5858 /emulators | |
parent | ca202a9f0596622a1293f67210b6f673f11daf88 (diff) | |
download | FreeBSD-ports-b85c372acd4ab31ecaca64f453e654c4f1efce46.zip FreeBSD-ports-b85c372acd4ab31ecaca64f453e654c4f1efce46.tar.gz |
Fix opengl build.
Submitted by: maintainer
Discovered by: Jimmy Olgeni <olgeni@FreeBSD.org>
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 ed6bd6f..583d657 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: |