Module Name:    src
Committed By:   nakayama
Date:           Wed Jul 16 14:10:26 UTC 2014

Modified Files:
        src/share/mk: bsd.x11.mk

Log Message:
Add new transform for gl.pc.
Now GLX_TLS is "no" since GLX_USE_TLS is not defined.


To generate a diff of this commit:
cvs rdiff -u -r1.112 -r1.113 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.112 src/share/mk/bsd.x11.mk:1.113
--- src/share/mk/bsd.x11.mk:1.112	Mon Mar 31 01:59:36 2014
+++ src/share/mk/bsd.x11.mk	Wed Jul 16 14:10:26 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.x11.mk,v 1.112 2014/03/31 01:59:36 mrg Exp $
+#	$NetBSD: bsd.x11.mk,v 1.113 2014/07/16 14:10:26 nakayama Exp $
 
 .include <bsd.init.mk>
 
@@ -322,7 +322,8 @@ ${_pkg}.pc: ${PKGDIST.${_pkg}}/configure
 		s,@GL_LIB@,GL,; \
 		s,@GL_PC_REQ_PRIV@,x11 xext,; \
 		s,@GL_PC_LIB_PRIV@,-lm -lpthread,; \
-		s,@GL_PC_CFLAGS@,," \
+		s,@GL_PC_CFLAGS@,,; \
+		s,@GLX_TLS@,no," \
 		-e "s,@GLU_LIB@,GLU,; \
 		s,@GLU_PC_REQ@,gl,; \
 		s,@GLU_PC_REQ_PRIV@,,; \

Reply via email to