diff options
author | John Marino <marino@FreeBSD.org> | 2015-03-24 22:17:41 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-03-24 22:17:41 +0000 |
commit | 312461b6fa77f1cca68731482cf7519092085f56 (patch) | |
tree | 60ad4767380537b433ea1dfdfc2e72ae71751873 /emulators/gngb | |
parent | d8a73366f4042a17f0426e917e4a6ec3c42f67f5 (diff) | |
download | ports-312461b6fa77f1cca68731482cf7519092085f56.tar.gz ports-312461b6fa77f1cca68731482cf7519092085f56.zip |
Notes
Diffstat (limited to 'emulators/gngb')
-rw-r--r-- | emulators/gngb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/gngb/Makefile b/emulators/gngb/Makefile index 63e0cf0514bd..993900fe16d2 100644 --- a/emulators/gngb/Makefile +++ b/emulators/gngb/Makefile @@ -36,8 +36,8 @@ pre-everything:: .endif post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|"$$SDL_CONFIG" = yes|-n "$$SDL_CONFIG"|g ; \ + @${REINPLACE_CMD} -e \ + 's|"$$SDL_CONFIG" = yes|-n "$$SDL_CONFIG"|g ; \ s|sdl-config |$$SDL_CONFIG |g ; \ s|$$OPT||g' ${WRKSRC}/configure |