Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk Fix pkg-config substitution for glu
details: https://anonhg.NetBSD.org/src/rev/6673449d9b01
branches: trunk
changeset: 758150:6673449d9b01
user: yhardy <yhardy%NetBSD.org@localhost>
date: Fri Oct 22 16:48:38 2010 +0000
description:
Fix pkg-config substitution for glu
diffstat:
share/mk/bsd.x11.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 628e30c4e465 -r 6673449d9b01 share/mk/bsd.x11.mk
--- a/share/mk/bsd.x11.mk Fri Oct 22 06:26:26 2010 +0000
+++ b/share/mk/bsd.x11.mk Fri Oct 22 16:48:38 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.x11.mk,v 1.89 2010/08/17 08:40:57 christos Exp $
+# $NetBSD: bsd.x11.mk,v 1.90 2010/10/22 16:48:38 yhardy Exp $
.include <bsd.init.mk>
@@ -310,7 +310,7 @@
s,@GL_PC_LIB_PRIV@,-lm -lpthread,; \
s,@GL_PC_CFLAGS@,,; \
s,@GLU_LIB@,GLU,; \
- s,@GLU_PC_REQ@,osmesa,; \
+ s,@GLU_PC_REQ@,gl,; \
s,@GLU_PC_REQ_PRIV@,,; \
s,@GLU_PC_LIB_PRIV@,-lGLU,; \
s,@GLU_PC_CFLAGS@,,; \
Home |
Main Index |
Thread Index |
Old Index