From 2a613dc0c7ac56e4e6a015710064a725e5deed1b Mon Sep 17 00:00:00 2001 From: Alexey Dokuchaev Date: Mon, 19 Jul 2010 07:13:04 +0000 Subject: [PATCH] Fix the build on amd64/6-stable. Reported by: pavmail --- games/frogatto/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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__,' \