summaryrefslogtreecommitdiff
path: root/x11/fixesproto
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-12-15 20:43:00 +0000
committerjoerg <joerg@pkgsrc.org>2006-12-15 20:43:00 +0000
commit28041ee761f3f8ada13799f4e132b0d0e448f60d (patch)
treeb5d464e045b1dec7ab4ea029da792f7c85cf797b /x11/fixesproto
parentfa022216dcc30d105a30e345177ddc45b4777d4b (diff)
downloadpkgsrc-28041ee761f3f8ada13799f4e132b0d0e448f60d.tar.gz
Don't assume that we have a builtin version of the X11 proto packages,
if LOCALBASE and X11BASE are identical.
Diffstat (limited to 'x11/fixesproto')
-rw-r--r--x11/fixesproto/builtin.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/fixesproto/builtin.mk b/x11/fixesproto/builtin.mk
index dc264340dfc..3b746d51f44 100644
--- a/x11/fixesproto/builtin.mk
+++ b/x11/fixesproto/builtin.mk
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.3 2006/04/19 12:27:02 reed Exp $
+# $NetBSD: builtin.mk,v 1.4 2006/12/15 20:43:00 joerg Exp $
BUILTIN_PKG:= fixesproto
@@ -14,7 +14,7 @@ BUILTIN_FIND_FILES.H_XFIXESWIRE= \
### Determine if there is a built-in implementation of the package and
### set IS_BUILTIN.<pkg> appropriately ("yes" or "no").
###
-.if !defined(IS_BUILTIN.fixesproto)
+.if !defined(IS_BUILTIN.fixesproto) || ${X11BASE} == ${LOCALBASE}
IS_BUILTIN.fixesproto= no
#
# Here, we skip checking whether the files are under ${LOCALBASE} since