summaryrefslogtreecommitdiff
path: root/x11/randrproto
diff options
context:
space:
mode:
authorjoerg <joerg>2006-12-16 01:04:43 +0000
committerjoerg <joerg>2006-12-16 01:04:43 +0000
commit4e9d1b39099c1faa3d1bc0178596f08493ae00f9 (patch)
tree8758e54ae51b35e5ba067ba811b5c7c3d433751e /x11/randrproto
parent76f6baa74eec225b05ee9bc120447302e14f9c76 (diff)
downloadpkgsrc-4e9d1b39099c1faa3d1bc0178596f08493ae00f9.tar.gz
For reasons beyond my compressions, (b)make handles
.if foo || bar BAZ= no .else BAZ= yes .endif different from .if foo BAZ= no .elif bar BAZ= no .else BAZ= yes .endif in some situations exposed in this builtin.mk. Workaround this for now.
Diffstat (limited to 'x11/randrproto')
-rw-r--r--x11/randrproto/builtin.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/x11/randrproto/builtin.mk b/x11/randrproto/builtin.mk
index 3733d4dd1e4..8616e4db31f 100644
--- a/x11/randrproto/builtin.mk
+++ b/x11/randrproto/builtin.mk
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.2 2006/12/15 20:43:00 joerg Exp $
+# $NetBSD: builtin.mk,v 1.3 2006/12/16 01:04:43 joerg Exp $
# TODO: builtin.mk failed to use native on XFree86
# the two headers are identical with native XFree86
@@ -14,7 +14,9 @@ BUILTIN_FIND_FILES.H_RANDR= ${X11BASE}/include/X11/extensions/randr.h
### Determine if there is a built-in implementation of the package and
### set IS_BUILTIN.<pkg> appropriately ("yes" or "no").
###
-.if !defined(IS_BUILTIN.randrproto) || ${X11BASE} == ${LOCALBASE}
+.if ${X11BASE} == ${LOCALBASE}
+IS_BUILTIN.randrproto= no
+.elif !defined(IS_BUILTIN.randrproto)
IS_BUILTIN.randrproto= no
#
# Here, we skip checking whether the files are under ${LOCALBASE} since