summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordbj <dbj>2007-03-05 04:31:21 +0000
committerdbj <dbj>2007-03-05 04:31:21 +0000
commit5362a2036ececdb8455d5e13d6421111c4628d15 (patch)
tree27688e29de70a79afcddb6d1ec99e5a865462b83
parent9b4d6646a7d070340bc7e24b14d597b4bb0cfaa4 (diff)
downloadpkgsrc-5362a2036ececdb8455d5e13d6421111c4628d15.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 ?
-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 286b0968344..bb4cb4933b2 100644
--- a/graphics/xpm/builtin.mk
+++ b/graphics/xpm/builtin.mk
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.12 2006/04/06 06:22:06 reed Exp $
+# $NetBSD: builtin.mk,v 1.12.6.1 2007/03/05 04:31:21 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"