diff options
author | danfe <danfe@FreeBSD.org> | 2010-07-19 15:13:04 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2010-07-19 15:13:04 +0800 |
commit | c0d844051c3d42916cf61224c6f174f46348195c (patch) | |
tree | 2fe01025438fcf777f9eacdc09598714f80644da /games | |
parent | 2d73d8cd157b38922f08f87afbb8f96f96949e31 (diff) | |
download | freebsd-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/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__,' \ |