Module Name: src Committed By: yhardy Date: Fri Oct 22 16:48:38 UTC 2010
Modified Files: src/share/mk: bsd.x11.mk Log Message: Fix pkg-config substitution for glu To generate a diff of this commit: cvs rdiff -u -r1.89 -r1.90 src/share/mk/bsd.x11.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/share/mk/bsd.x11.mk diff -u src/share/mk/bsd.x11.mk:1.89 src/share/mk/bsd.x11.mk:1.90 --- src/share/mk/bsd.x11.mk:1.89 Tue Aug 17 08:40:57 2010 +++ src/share/mk/bsd.x11.mk Fri Oct 22 16:48:38 2010 @@ -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@,,; \