summaryrefslogtreecommitdiff
path: root/x11/renderproto
diff options
context:
space:
mode:
authortv <tv>2006-12-16 14:07:24 +0000
committertv <tv>2006-12-16 14:07:24 +0000
commit40de489d464b8d5b8bc07b0c886c98340ea1aac1 (patch)
tree8f9db01b6aee7e70ccfea4739bc8e78d7164ed2f /x11/renderproto
parent95ccdc272d5c2502844cd12bb33f4ecbc08ead21 (diff)
downloadpkgsrc-40de489d464b8d5b8bc07b0c886c98340ea1aac1.tar.gz
Fix !defined(IS_BUILTIN.xproto) inherited when this was copied from
xproto; should have been .renderproto so that the variable always gets defined somehow. (Under older bmake, there was a syntax error when IS_BUILTIN.renderproto was later checked, because for x11-links, it was never defined in the first place.) Remove check for X11BASE==LOCALBASE. There's even a comment there saying we don't want to check that, so don't do it.
Diffstat (limited to 'x11/renderproto')
-rw-r--r--x11/renderproto/builtin.mk6
1 files changed, 2 insertions, 4 deletions
diff --git a/x11/renderproto/builtin.mk b/x11/renderproto/builtin.mk
index b3930286947..7d40548c37d 100644
--- a/x11/renderproto/builtin.mk
+++ b/x11/renderproto/builtin.mk
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.6 2006/12/16 01:04:43 joerg Exp $
+# $NetBSD: builtin.mk,v 1.7 2006/12/16 14:07:24 tv Exp $
BUILTIN_PKG:= renderproto
@@ -11,9 +11,7 @@ BUILTIN_FIND_FILES.H_RENDER= ${X11BASE}/include/X11/extensions/render.h
### Determine if there is a built-in implementation of the package and
### set IS_BUILTIN.<pkg> appropriately ("yes" or "no").
###
-.if ${X11BASE} == ${LOCALBASE}
-IS_BUILTIN.renderproto= no
-.elif !defined(IS_BUILTIN.xproto)
+.if !defined(IS_BUILTIN.renderproto)
IS_BUILTIN.renderproto= no
#
# Here, we skip checking whether the files are under ${LOCALBASE} since