pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11 X.org >= 6.8.0 already contains this library...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b5595481049b
branches:  trunk
changeset: 480928:b5595481049b
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Tue Sep 21 17:42:21 2004 +0000

description:
X.org >= 6.8.0 already contains this library...

diffstat:

 x11/Xfixes/builtin.mk   |  12 ++++++++++++
 x11/fixesext/builtin.mk |  13 +++++++++++++
 2 files changed, 25 insertions(+), 0 deletions(-)

diffs (33 lines):

diff -r 75b3e0575080 -r b5595481049b x11/Xfixes/builtin.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/Xfixes/builtin.mk     Tue Sep 21 17:42:21 2004 +0000
@@ -0,0 +1,12 @@
+# $NetBSD: builtin.mk,v 1.1 2004/09/21 17:42:21 xtraeme Exp $
+
+_H_XFIXES=             ${X11BASE}/include/X11/extensions/Xfixes.h
+
+.if !defined(IS_BUILTIN.Xfixes)
+IS_BUILTIN.Xfixes=     no
+.  if exists(${_H_XFIXES})
+IS_BUILTIN.Xfixes=     yes
+.  endif
+.endif  # IS_BUILTIN.Xfixes
+
+USE_BUILTIN.Xfixes?=   ${IS_BUILTIN.Xfixes}
diff -r 75b3e0575080 -r b5595481049b x11/fixesext/builtin.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/fixesext/builtin.mk   Tue Sep 21 17:42:21 2004 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: builtin.mk,v 1.1 2004/09/21 17:43:42 xtraeme Exp $
+
+_H_XFIXESPROTO=                ${X11BASE}/include/X11/extensions/xfixesproto.h
+_H_XFIXESWIRE=         ${X11BASE}/include/X11/extensions/xfixeswire.h
+
+.if !defined(IS_BUILTIN.fixesext)
+IS_BUILTIN.fixesext=     no
+.  if exists(${_H_XFIXESPROTO}) && exists(${_H_XFIXESWIRE})
+IS_BUILTIN.fixesext=     yes
+.  endif
+.endif  # IS_BUILTIN.fixesext
+
+USE_BUILTIN.fixesext?=   ${IS_BUILTIN.fixesext}



Home | Main Index | Thread Index | Old Index