diff options
author | tron <tron@pkgsrc.org> | 2006-03-14 17:07:47 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2006-03-14 17:07:47 +0000 |
commit | 75e93e88a00aa0a324ef1c89ce5d37001ea6a023 (patch) | |
tree | 1814bc420246474965e962759ee3270d8fe601a7 /x11/gtk2 | |
parent | 463f356403a9c44dd5b7944dda2e2dfcbfce3921 (diff) | |
download | pkgsrc-75e93e88a00aa0a324ef1c89ce5d37001ea6a023.tar.gz |
Make "gdk-pixbuf-query-loaders" work under Mac OS X again. This allows
to build the "xchat" package again. Bump package revision.
Diffstat (limited to 'x11/gtk2')
-rw-r--r-- | x11/gtk2/Makefile | 4 | ||||
-rw-r--r-- | x11/gtk2/distinfo | 3 | ||||
-rw-r--r-- | x11/gtk2/patches/patch-ai | 13 |
3 files changed, 17 insertions, 3 deletions
diff --git a/x11/gtk2/Makefile b/x11/gtk2/Makefile index 39d2f70bba9..f2e5bcfc7ff 100644 --- a/x11/gtk2/Makefile +++ b/x11/gtk2/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.112 2006/03/14 11:34:59 tron Exp $ +# $NetBSD: Makefile,v 1.113 2006/03/14 17:07:47 tron Exp $ DISTNAME= gtk+-2.8.14 PKGNAME= ${DISTNAME:S/gtk/gtk2/} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= x11 MASTER_SITES= ftp://ftp.gtk.org/pub/gtk/v2.8/ \ ftp://ftp.cs.umn.edu/pub/gimp/gtk/v2.8/ \ diff --git a/x11/gtk2/distinfo b/x11/gtk2/distinfo index cfc92c3a4d8..e83fe8de94f 100644 --- a/x11/gtk2/distinfo +++ b/x11/gtk2/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.62 2006/03/09 17:17:52 wiz Exp $ +$NetBSD: distinfo,v 1.63 2006/03/14 17:07:47 tron Exp $ SHA1 (gtk+-2.8.14.tar.bz2) = 5a59cdc7ebd956f7d4e82b4a57cfdc46f60a7cef RMD160 (gtk+-2.8.14.tar.bz2) = 79faceb1737297be1b977de881352867c8f48b40 @@ -11,4 +11,5 @@ SHA1 (patch-ae) = df5c64ab998e7cbfff75fdeb39157e125eecb4f7 SHA1 (patch-af) = cac12b7a8fb37d906d70f1654d7c98f51b1e42fc SHA1 (patch-ag) = 2166d1832ecd928583e4a1b7e9a6a37b37f2b403 SHA1 (patch-ah) = bb6d8fdcaba561af678e2a86aa92ca4e864e573f +SHA1 (patch-ai) = 38df83add3b8f6a9f354904e73a2ba5ee0b7c972 SHA1 (patch-aj) = ed95e08ca3fd5db47e32975b07d89a63007e33bf diff --git a/x11/gtk2/patches/patch-ai b/x11/gtk2/patches/patch-ai new file mode 100644 index 00000000000..de02aff1470 --- /dev/null +++ b/x11/gtk2/patches/patch-ai @@ -0,0 +1,13 @@ +$NetBSD: patch-ai,v 1.15 2006/03/14 17:07:47 tron Exp $ + +--- configure.orig 2006-03-14 13:37:39.000000000 +0000 ++++ configure 2006-03-14 15:34:00.000000000 +0000 +@@ -26102,7 +26102,7 @@ + + use_la_modules=false + case $host in +- *-aix*) use_la_modules=true ++ *-aix*|*-darwin*) use_la_modules=true + esac + + if $use_la_modules ; then |