diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2010-07-19 07:13:04 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2010-07-19 07:13:04 +0000 |
commit | 2a613dc0c7ac56e4e6a015710064a725e5deed1b (patch) | |
tree | bdc56f74567f3e5e8b043827f01eb44cba92538f /games/frogatto | |
parent | e16f50ec3659432652c9bfa7cf48e2707e4f582d (diff) |
Notes
Diffstat (limited to 'games/frogatto')
-rw-r--r-- | games/frogatto/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/frogatto/Makefile b/games/frogatto/Makefile index af1a497aeabb..f68eeab41bb8 100644 --- a/games/frogatto/Makefile +++ b/games/frogatto/Makefile @@ -29,7 +29,7 @@ post-patch: # remove superfluous libraries when linking server executable, etc. @${REINPLACE_CMD} -E -e 's,(ccache )?g\+\+,$$(CXX) $$(CXXFLAGS),' \ -e 's,-O2,, ; s,-g,, ; s,/usr/X11R6,${LOCALBASE},' \ - -e 's,-mt,,g ; /server/s,`.*mixer,,' \ + -e 's,-mt,,g ; /server/s,`.*mixer,${PTHREAD_LIBS},' \ -e '/server/s,-lX11,,' ${WRKSRC}/Makefile # Point to the right location where look for the resources on FreeBSD @${REINPLACE_CMD} -e 's,HAVE_CONFIG_H,__FreeBSD__,' \ |