From 1662e47171e6ce8e00049ee83a61d82af0c8ed96 Mon Sep 17 00:00:00 2001 From: joerg Date: Fri, 15 Dec 2006 20:43:00 +0000 Subject: Don't assume that we have a builtin version of the X11 proto packages, if LOCALBASE and X11BASE are identical. --- x11/renderproto/builtin.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'x11/renderproto') diff --git a/x11/renderproto/builtin.mk b/x11/renderproto/builtin.mk index af6c3ec7ed7..1ab7bee5849 100644 --- a/x11/renderproto/builtin.mk +++ b/x11/renderproto/builtin.mk @@ -1,4 +1,4 @@ -# $NetBSD: builtin.mk,v 1.4 2006/07/22 04:51:29 rillig Exp $ +# $NetBSD: builtin.mk,v 1.5 2006/12/15 20:43:00 joerg Exp $ BUILTIN_PKG:= renderproto @@ -11,7 +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. appropriately ("yes" or "no"). ### -.if !defined(IS_BUILTIN.renderproto) +.if !defined(IS_BUILTIN.renderproto) || ${X11BASE} == ${LOCALBASE} IS_BUILTIN.renderproto= no # # Here, we skip checking whether the files are under ${LOCALBASE} since -- cgit v1.2.3