diff options
author | garbled <garbled@pkgsrc.org> | 2005-03-03 20:23:51 +0000 |
---|---|---|
committer | garbled <garbled@pkgsrc.org> | 2005-03-03 20:23:51 +0000 |
commit | d40e84dc41c283d6deb66cadd36a8268e3fe40c6 (patch) | |
tree | 64d2a0e13c74ffeb79f25b8d8ef6ceae833508a2 /graphics/cal3d-examples | |
parent | e857447374d009bde9745c5d4a9aaccf93ea94b9 (diff) | |
download | pkgsrc-d40e84dc41c283d6deb66cadd36a8268e3fe40c6.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/Makefile | 4 |
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 \ |