Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/x11/lib/GLU need libstdc++ libm with g++ 3.3
details: https://anonhg.NetBSD.org/src/rev/ea26099eeb76
branches: trunk
changeset: 552301:ea26099eeb76
user: lukem <lukem%NetBSD.org@localhost>
date: Tue Sep 23 10:57:40 2003 +0000
description:
need libstdc++ libm with g++ 3.3
diffstat:
x11/lib/GLU/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r 69b413c3f797 -r ea26099eeb76 x11/lib/GLU/Makefile
--- a/x11/lib/GLU/Makefile Tue Sep 23 10:50:51 2003 +0000
+++ b/x11/lib/GLU/Makefile Tue Sep 23 10:57:40 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2003/09/13 20:18:42 lukem Exp $
+# $NetBSD: Makefile,v 1.4 2003/09/23 10:57:40 lukem Exp $
NOLINT= 1 # XTODO: tess.ln SIGSEGVs lint :(
@@ -60,8 +60,8 @@
SRCS= ${SRCS.libutil} ${SRCS.libtess} \
${SRCS.interface} ${SRCS.internals} ${SRCS.nurbtess}
-LDADD+= -lXext -lX11 -lGL
-DPADD+= ${LIBXEXT} ${LIBX11} ${LIBGL}
+LDADD+= -lXext -lX11 -lGL -lstdc++ -lm
+DPADD+= ${LIBXEXT} ${LIBX11} ${LIBGL} ${LIBSTDCXX} ${LIBM}
.include <bsd.x11.mk>
.include <bsd.lib.mk>
Home |
Main Index |
Thread Index |
Old Index