From 1dd9afce5ccd98568d81af551cc8560f90806b5e Mon Sep 17 00:00:00 2001 From: Jeremy Messenger Date: Tue, 22 Mar 2005 06:36:09 +0000 Subject: Fix the build. Reported by: pointyhat via kris Approved by: portmgr (marcus) --- games/gnomebreakout/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'games') 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 -- cgit v1.2.3