summaryrefslogtreecommitdiff
path: root/graphics/cal3d-examples
diff options
context:
space:
mode:
authorgarbled <garbled@pkgsrc.org>2005-03-03 20:23:51 +0000
committergarbled <garbled@pkgsrc.org>2005-03-03 20:23:51 +0000
commitc0d0a1bbd73084a44071f47afdacc563a7b891b4 (patch)
tree64d2a0e13c74ffeb79f25b8d8ef6ceae833508a2 /graphics/cal3d-examples
parentdf53cbd9266537545848b916b68fce0c947c756b (diff)
downloadpkgsrc-c0d0a1bbd73084a44071f47afdacc563a7b891b4.tar.gz
Fix a problem noted by wiz in 2.0/i386 bulk buildx
Diffstat (limited to 'graphics/cal3d-examples')
-rw-r--r--graphics/cal3d-examples/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/cal3d-examples/Makefile b/graphics/cal3d-examples/Makefile
index 113c1505a02..54a14d78504 100644
--- a/graphics/cal3d-examples/Makefile
+++ b/graphics/cal3d-examples/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2004/10/03 00:14:49 tv Exp $
+# $NetBSD: Makefile,v 1.4 2005/03/03 20:23:51 garbled Exp $
#
PKGNAME= cal3d-examples-${CAL3D_VERSION}
@@ -18,7 +18,7 @@ CONFIGURE_ARGS+= --with-glut=${PREFIX}
CONFIGURE_DIRS= ${WRKSRC}/examples/cally \
${WRKSRC}/examples/miniviewer_gl \
${WRKSRC}/tools/converter
-CFLAGS+= -DCAL3D_DATADIR='\"${DATADIR}/\"'
+CFLAGS+= -DCAL3D_DATADIR='"${DATADIR}/"'
LDFLAGS+= -L${X11BASE}/lib
LIBS+= -lm -lGL -lX11 -lGLU -lXi -lXmu
BUILD_DIRS= ${WRKSRC}/examples/cally \