diff options
author | tron <tron@pkgsrc.org> | 2006-09-22 21:26:13 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2006-09-22 21:26:13 +0000 |
commit | fb05a81d9bf806d32eb4c7b0c48e7443b11a270d (patch) | |
tree | 2c9e2b5d2a7b50c8f760aaf0a569e1da51c2e0cf /x11 | |
parent | adf1ab815786ed0d1ca9e64e588c0db953ab0056 (diff) | |
download | pkgsrc-fb05a81d9bf806d32eb4c7b0c48e7443b11a270d.tar.gz |
Remove Mac OS X shared object buildfix which is no longer necessary.
See http://bugzilla.gnome.org/show_bug.cgi?id=357209 for details.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gtk2/distinfo | 4 | ||||
-rw-r--r-- | x11/gtk2/patches/patch-ai | 11 |
2 files changed, 3 insertions, 12 deletions
diff --git a/x11/gtk2/distinfo b/x11/gtk2/distinfo index ff463d11997..ad5d554c218 100644 --- a/x11/gtk2/distinfo +++ b/x11/gtk2/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.72 2006/09/17 15:35:52 jmmv Exp $ +$NetBSD: distinfo,v 1.73 2006/09/22 21:27:11 tron Exp $ SHA1 (gtk+-2.10.3.tar.bz2) = d9e9ca2728e560c46503a1e768cba3145510ca57 RMD160 (gtk+-2.10.3.tar.bz2) = aa945237ebdbf5613faf3e762ed3bc37dcd45c5c @@ -6,4 +6,4 @@ Size (gtk+-2.10.3.tar.bz2) = 14543034 bytes SHA1 (patch-aa) = 7efcbf733e3459fd3853c0d49842136b434ca983 SHA1 (patch-ac) = d9a47653b8db5ffae28dc233aea0dc15399eea79 SHA1 (patch-ad) = f38270c343961be2892d8f2b2f89a67d21f0dc15 -SHA1 (patch-ai) = d55a01204689de1d7694a69972ef125229c3227f +SHA1 (patch-ai) = 7eb2545ee97b8841f8f575890d4e167fbe856e58 diff --git a/x11/gtk2/patches/patch-ai b/x11/gtk2/patches/patch-ai index 7d95ee04b81..fac7a938b08 100644 --- a/x11/gtk2/patches/patch-ai +++ b/x11/gtk2/patches/patch-ai @@ -1,16 +1,7 @@ -$NetBSD: patch-ai,v 1.16 2006/09/17 15:35:52 jmmv Exp $ +$NetBSD: patch-ai,v 1.17 2006/09/22 21:27:11 tron Exp $ --- configure.orig 2006-09-05 04:40:15.000000000 +0200 +++ configure -@@ -26296,7 +26296,7 @@ echo "${ECHO_T}$gtk_uxtheme_h" >&6 - - use_la_modules=false - case $host in -- *-aix*) use_la_modules=true -+ *-aix*|*-darwin*) use_la_modules=true - esac - - if $use_la_modules ; then @@ -32042,6 +32042,7 @@ _ACEOF fi |