diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2005-03-22 06:36:09 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2005-03-22 06:36:09 +0000 |
commit | 1dd9afce5ccd98568d81af551cc8560f90806b5e (patch) | |
tree | fd2b7dfd47a3d0665a78438d8f2ed95b7eb26d9c /games/gnomebreakout | |
parent | b2166ec6adc39cd0006b888ac4049810febb6d62 (diff) |
Notes
Diffstat (limited to 'games/gnomebreakout')
-rw-r--r-- | games/gnomebreakout/Makefile | 2 |
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> |