aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2010-07-19 15:13:04 +0800
committerdanfe <danfe@FreeBSD.org>2010-07-19 15:13:04 +0800
commitc0d844051c3d42916cf61224c6f174f46348195c (patch)
tree2fe01025438fcf777f9eacdc09598714f80644da /games
parent2d73d8cd157b38922f08f87afbb8f96f96949e31 (diff)
downloadfreebsd-ports-gnome-c0d844051c3d42916cf61224c6f174f46348195c.tar.gz
freebsd-ports-gnome-c0d844051c3d42916cf61224c6f174f46348195c.tar.zst
freebsd-ports-gnome-c0d844051c3d42916cf61224c6f174f46348195c.zip
Fix the build on amd64/6-stable.
Reported by: pavmail
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__,' \