summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authordbj <dbj>2007-03-05 04:35:14 +0000
committerdbj <dbj>2007-03-05 04:35:14 +0000
commit9edcb6c9126becdeb3e8960c57418cd54dc813af (patch)
tree0231935721db0bc0733e20a86384fe992162c430 /graphics
parent891d0fd4f8abb5678b3d025b82dc683668dadbfa (diff)
downloadpkgsrc-9edcb6c9126becdeb3e8960c57418cd54dc813af.tar.gz
set IS_BUILTIN.xpm=yes on Darwin since the imake-check
fails because darwin doesn't list it in its imake config this fixes a problem with gimp not building its xpm plugin and possibly other packages because x11-links wasn't linking libXpm ? XXX is there a way to force x11-links to rebuild and any packages that depended on finding libXpm via x11-links ?
Diffstat (limited to 'graphics')
-rw-r--r--graphics/xpm/builtin.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/xpm/builtin.mk b/graphics/xpm/builtin.mk
index 955049252f0..f4fc87fa8d5 100644
--- a/graphics/xpm/builtin.mk
+++ b/graphics/xpm/builtin.mk
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.13 2007/01/06 16:45:17 rillig Exp $
+# $NetBSD: builtin.mk,v 1.14 2007/03/05 04:35:14 dbj Exp $
BUILTIN_PKG:= xpm
@@ -23,6 +23,8 @@ IS_BUILTIN.xpm!= \
fi
. elif ${OPSYS} == "IRIX"
IS_BUILTIN.xpm= yes
+. elif ${OPSYS} == "Darwin"
+IS_BUILTIN.xpm= yes
. else
BUILTIN_IMAKE_CHECK:= xpm:NormalLibXpm
. include "../../mk/buildlink3/imake-check.mk"