summaryrefslogtreecommitdiff
path: root/lang/python26/patches
diff options
context:
space:
mode:
authorwiz <wiz>2009-10-21 06:36:04 +0000
committerwiz <wiz>2009-10-21 06:36:04 +0000
commitb97df9b288f9c8892bd02a384206d17830e6e5f2 (patch)
tree5316bb8d12bd7cee129a5e65b2a695977a4ddbd4 /lang/python26/patches
parent7888c545dcd60102b922f047ba98a1b290d02aaa (diff)
downloadpkgsrc-b97df9b288f9c8892bd02a384206d17830e6e5f2.tar.gz
Fix current_version in dylib target. Bump PKGREVISION.
Diffstat (limited to 'lang/python26/patches')
-rw-r--r--lang/python26/patches/patch-au4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python26/patches/patch-au b/lang/python26/patches/patch-au
index c25d1462c73..137013c132d 100644
--- a/lang/python26/patches/patch-au
+++ b/lang/python26/patches/patch-au
@@ -1,4 +1,4 @@
-$NetBSD: patch-au,v 1.2 2009/04/19 15:20:00 snj Exp $
+$NetBSD: patch-au,v 1.3 2009/10/21 06:36:04 wiz Exp $
--- Makefile.pre.in.orig 2009-02-24 11:07:44.000000000 +0000
+++ Makefile.pre.in
@@ -8,7 +8,7 @@ $NetBSD: patch-au,v 1.2 2009/04/19 15:20:00 snj Exp $
+libpython$(VERSION).dylib: $(LIBRARY_OBJS)
+ $(LINKCC) -dynamiclib -install_name $(LIBDIR)/$@ \
-+ -current_version 2.6.2 -compatibility_version $(VERSION) \
++ -current_version 2.6.3 -compatibility_version $(VERSION) \
+ -o $@ -flat_namespace -undefined suppress $(LDFLAGS) \
+ $(LIBRARY_OBJS) $(SHLIBS) $(LIBC) $(LIBM)
+