summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 \