pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/pkgsrc-2006Q4]: pkgsrc/graphics/xpm set IS_BUILTIN.xpm=yes on Darwin ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6b5ba4ed51db
branches:  pkgsrc-2006Q4
changeset: 523041:6b5ba4ed51db
user:      dbj <dbj%pkgsrc.org@localhost>
date:      Mon Mar 05 04:31:21 2007 +0000

description:
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:

 graphics/xpm/builtin.mk |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r bed03c1f6056 -r 6b5ba4ed51db graphics/xpm/builtin.mk
--- a/graphics/xpm/builtin.mk   Fri Mar 02 20:30:00 2007 +0000
+++ b/graphics/xpm/builtin.mk   Mon Mar 05 04:31:21 2007 +0000
@@ -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 @@
        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"



Home | Main Index | Thread Index | Old Index