diff options
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: |