aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2011-03-14 04:36:04 +0800
committerdinoex <dinoex@FreeBSD.org>2011-03-14 04:36:04 +0800
commitb6257c47181ffe631f8278260a99f695f17b0ded (patch)
tree05776af5543e8934ffc7515cb3c9358d49c63195 /misc
parent4e0af7994618c3f389af7d803b1fe7ea13668976 (diff)
downloadfreebsd-ports-gnome-b6257c47181ffe631f8278260a99f695f17b0ded.tar.gz
freebsd-ports-gnome-b6257c47181ffe631f8278260a99f695f17b0ded.tar.zst
freebsd-ports-gnome-b6257c47181ffe631f8278260a99f695f17b0ded.zip
- fix build with gmake
Reported by: naddy
Diffstat (limited to 'misc')
-rw-r--r--misc/gnustep-examples/Makefile4
1 files changed, 4 insertions, 0 deletions
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 <bsd.port.mk>