aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2010-07-19 07:13:04 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2010-07-19 07:13:04 +0000
commit2a613dc0c7ac56e4e6a015710064a725e5deed1b (patch)
treebdc56f74567f3e5e8b043827f01eb44cba92538f /games
parente16f50ec3659432652c9bfa7cf48e2707e4f582d (diff)
downloadports-2a613dc0c7ac56e4e6a015710064a725e5deed1b.tar.gz
ports-2a613dc0c7ac56e4e6a015710064a725e5deed1b.zip
Fix the build on amd64/6-stable.
Reported by: pavmail
Notes
Notes: svn path=/head/; revision=257945
Diffstat (limited to 'games')
-rw-r--r--games/frogatto/Makefile2
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__,' \