summaryrefslogtreecommitdiff
path: root/devel/coconut/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/coconut/Makefile')
-rw-r--r--devel/coconut/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/devel/coconut/Makefile b/devel/coconut/Makefile
index 0e2b691e517..14349ddba7a 100644
--- a/devel/coconut/Makefile
+++ b/devel/coconut/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.63 2015/07/04 16:18:29 joerg Exp $
+# $NetBSD: Makefile,v 1.64 2015/12/26 23:35:46 dholland Exp $
#
DISTNAME= coconut-0.3.0
@@ -18,6 +18,13 @@ GNU_CONFIGURE= YES
CPPFLAGS+= -I${PREFIX}/include/libxml2/libxml -DGL_GLEXT_LEGACY
MAKE_ENV+= AM_MAKEFLAGS="am__depfiles_maybe="
+SUBST_CLASSES+= g_memmove
+SUBST_MESSAGE.g_memmove= Eliminating g_memmove.
+SUBST_STAGE.g_memmove= pre-configure
+SUBST_FILES.g_memmove= coconut/cmemalloc.m coconut/cstack.m \
+ coconut/cset.m
+SUBST_SED.g_memmove= -e s,g_memmove,memmove,g
+
.include "../../graphics/gtkglext/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../textproc/libxslt/buildlink3.mk"