diff options
author | dbj <dbj@pkgsrc.org> | 2007-03-05 04:35:14 +0000 |
---|---|---|
committer | dbj <dbj@pkgsrc.org> | 2007-03-05 04:35:14 +0000 |
commit | 4b956950fe4ae5b1b51eeda1d8940f83ac0966b1 (patch) | |
tree | 0231935721db0bc0733e20a86384fe992162c430 /graphics/xpm | |
parent | 28cfa1fac6d8cdd7c0a1674e61625c7612ce0c91 (diff) | |
download | pkgsrc-4b956950fe4ae5b1b51eeda1d8940f83ac0966b1.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/xpm')
-rw-r--r-- | graphics/xpm/builtin.mk | 4 |
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" |