summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2006-09-22 21:26:13 +0000
committertron <tron@pkgsrc.org>2006-09-22 21:26:13 +0000
commit0a4069ca7e5ba03302e10e503a263da81259f16b (patch)
tree2c9e2b5d2a7b50c8f760aaf0a569e1da51c2e0cf /devel
parent93a817e425bb95d17c5c5c5a58c2d03de8ddf883 (diff)
downloadpkgsrc-0a4069ca7e5ba03302e10e503a263da81259f16b.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 'devel')
-rw-r--r--devel/pango/distinfo3
-rw-r--r--devel/pango/patches/patch-ab13
2 files changed, 1 insertions, 15 deletions
diff --git a/devel/pango/distinfo b/devel/pango/distinfo
index 1eb29f0a3b6..4fa1e49672f 100644
--- a/devel/pango/distinfo
+++ b/devel/pango/distinfo
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.43 2006/09/07 11:53:35 jmmv Exp $
+$NetBSD: distinfo,v 1.44 2006/09/22 21:26:13 tron Exp $
SHA1 (pango-1.14.3.tar.bz2) = e56bf1761377c317f593d3530be1a3ac1bcc18c8
RMD160 (pango-1.14.3.tar.bz2) = 82fdba3bfad68a478fd3a19f444f7af6dab2762a
Size (pango-1.14.3.tar.bz2) = 1287606 bytes
-SHA1 (patch-ab) = eb6ba5a6aa52812c42681e16a78b877a456b5721
diff --git a/devel/pango/patches/patch-ab b/devel/pango/patches/patch-ab
deleted file mode 100644
index 09b20ed5a0c..00000000000
--- a/devel/pango/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.14 2006/08/10 16:12:59 wiz Exp $
-
---- configure.orig 2006-08-08 22:15:52.000000000 +0000
-+++ configure
-@@ -23058,7 +23058,7 @@ fi
-
- use_la_modules=false
- case $host in
-- *-aix*) use_la_modules=true
-+ *-aix*|*-darwin*) use_la_modules=true
- esac
-
- if $use_la_modules ; then