From 860ab5b911e16783cf37e9bfdfb7f5e6dd18d0ec Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Sun, 13 Mar 2011 20:36:04 +0000 Subject: - fix build with gmake Reported by: naddy --- misc/gnustep-examples/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'misc') diff --git a/misc/gnustep-examples/Makefile b/misc/gnustep-examples/Makefile index bc2fe1fffeb3..fcb561ddc781 100644 --- a/misc/gnustep-examples/Makefile +++ b/misc/gnustep-examples/Makefile @@ -29,4 +29,8 @@ WRKSRC= ${WRKDIR}/${DISTNAME} USE_GNUSTEP_MAKE_DIRS+= . gui/Finger gui/GFractal gui/HostAddress gui/MyGL MAKE_ENV+= GNUSTEP_INSTALLATION_DIR=${GNUSTEP_LOCAL_ROOT} +post-patch: + ${REINPLACE_CMD} -e 's|^//|#|' \ + ${WRKSRC}/gui/GFractal/GNUmakefile + .include -- cgit v1.2.3