diff options
author | dinoex <dinoex@FreeBSD.org> | 2011-03-14 04:36:04 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2011-03-14 04:36:04 +0800 |
commit | b6257c47181ffe631f8278260a99f695f17b0ded (patch) | |
tree | 05776af5543e8934ffc7515cb3c9358d49c63195 /misc | |
parent | 4e0af7994618c3f389af7d803b1fe7ea13668976 (diff) | |
download | freebsd-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/Makefile | 4 |
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> |