pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/cal3d-examples Fix a problem noted by wiz in ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6f3961d5cb31
branches:  trunk
changeset: 490143:6f3961d5cb31
user:      garbled <garbled%pkgsrc.org@localhost>
date:      Thu Mar 03 20:23:51 2005 +0000

description:
Fix a problem noted by wiz in 2.0/i386 bulk buildx

diffstat:

 graphics/cal3d-examples/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2d25db6700e2 -r 6f3961d5cb31 graphics/cal3d-examples/Makefile
--- a/graphics/cal3d-examples/Makefile  Thu Mar 03 16:53:40 2005 +0000
+++ b/graphics/cal3d-examples/Makefile  Thu Mar 03 20:23:51 2005 +0000
@@ -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_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 \



Home | Main Index | Thread Index | Old Index