From 0c038d94b0a79e42957b3081598100368cd88071 Mon Sep 17 00:00:00 2001 From: garbled Date: Thu, 3 Mar 2005 20:23:51 +0000 Subject: Fix a problem noted by wiz in 2.0/i386 bulk buildx --- graphics/cal3d-examples/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics/cal3d-examples') 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 \ -- cgit v1.2.3