Source-Changes-HG archive

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

[src/trunk]: src/share/mk Add new transform for gl.pc.



details:   https://anonhg.NetBSD.org/src/rev/a1a32aa8c6c4
branches:  trunk
changeset: 797381:a1a32aa8c6c4
user:      nakayama <nakayama%NetBSD.org@localhost>
date:      Wed Jul 16 14:10:26 2014 +0000

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

diffstat:

 share/mk/bsd.x11.mk |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 121443da4036 -r a1a32aa8c6c4 share/mk/bsd.x11.mk
--- a/share/mk/bsd.x11.mk       Wed Jul 16 14:05:04 2014 +0000
+++ b/share/mk/bsd.x11.mk       Wed Jul 16 14:10:26 2014 +0000
@@ -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 @@
                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@,,; \



Home | Main Index | Thread Index | Old Index