aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2005-03-22 06:36:09 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2005-03-22 06:36:09 +0000
commit1dd9afce5ccd98568d81af551cc8560f90806b5e (patch)
treefd2b7dfd47a3d0665a78438d8f2ed95b7eb26d9c /games
parentb2166ec6adc39cd0006b888ac4049810febb6d62 (diff)
downloadports-1dd9afce5ccd98568d81af551cc8560f90806b5e.tar.gz
ports-1dd9afce5ccd98568d81af551cc8560f90806b5e.zip
Fix the build.
Reported by: pointyhat via kris Approved by: portmgr (marcus)
Notes
Notes: svn path=/head/; revision=131872
Diffstat (limited to 'games')
-rw-r--r--games/gnomebreakout/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/games/gnomebreakout/Makefile b/games/gnomebreakout/Makefile
index d89434be4d55..d7d117305a10 100644
--- a/games/gnomebreakout/Makefile
+++ b/games/gnomebreakout/Makefile
@@ -28,5 +28,7 @@ post-patch:
's|-Werror||g' ${WRKSRC}/src/Makefile.in
@${REINPLACE_CMD} -e \
's|@GETTEXT_PACKAGE@|@PACKAGE@|g' ${WRKSRC}/po/Makefile.in.in
+ @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \
+ 's|-DGNOME_DISABLE_DEPRECATED||g ; s|-DGTK_DISABLE_DEPRECATED||g'
.include <bsd.port.mk>