summaryrefslogtreecommitdiff
path: root/devel/coconut
diff options
context:
space:
mode:
authorjmc <jmc>2003-04-15 20:51:44 +0000
committerjmc <jmc>2003-04-15 20:51:44 +0000
commit5ee7ff076090c55dd323c65adc94b0501135c74f (patch)
treeb3bd4ce1d0467607aaec802bac9c5c341f1406d6 /devel/coconut
parent04ba02c6a8da2242644001a3ea52568b659cd29d (diff)
downloadpkgsrc-5ee7ff076090c55dd323c65adc94b0501135c74f.tar.gz
Add -DGL_GLEXT_LEGACY so glext.h doesn't get pulled in. It has typedef's in
it with items named 'id' which do not work with Objective-C
Diffstat (limited to 'devel/coconut')
-rw-r--r--devel/coconut/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/coconut/Makefile b/devel/coconut/Makefile
index d4b21bb4154..17aff4d517d 100644
--- a/devel/coconut/Makefile
+++ b/devel/coconut/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2003/04/15 12:17:43 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2003/04/15 20:51:44 jmc Exp $
#
DISTNAME= coconut-0.3.0
@@ -15,7 +15,7 @@ USE_BUILDLINK2= YES
USE_LIBTOOL= YES
USE_X11= YES
GNU_CONFIGURE= YES
-CPPFLAGS+= -I${PREFIX}/include/libxml2/libxml
+CPPFLAGS+= -I${PREFIX}/include/libxml2/libxml -DGL_GLEXT_LEGACY
LIBTOOL_OVERRIDE=${WRKSRC}/libtool
pre-configure: