summaryrefslogtreecommitdiff
path: root/x11/p5-Tk/patches/patch-aa
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2006-01-31 20:19:02 +0000
committertv <tv@pkgsrc.org>2006-01-31 20:19:02 +0000
commit5520be588b19525e37fd3beb880feb6a7d5fd702 (patch)
treeac38b597af8194f97ef08d4fd0ea67ec8fae54d6 /x11/p5-Tk/patches/patch-aa
parente2af5cd01302ca875189525f76bd56c09718edd8 (diff)
downloadpkgsrc-tv-libtool-1-5-18-tmpdirfix.tar.gz
Backport a change from 1.5.22 to 1.5.18 that fixes some issues withtv-libtool-1-5-18-tmpdirfix
temp dir creation when using relink-based finalization.
Diffstat (limited to 'x11/p5-Tk/patches/patch-aa')
-rw-r--r--x11/p5-Tk/patches/patch-aa13
1 files changed, 0 insertions, 13 deletions
diff --git a/x11/p5-Tk/patches/patch-aa b/x11/p5-Tk/patches/patch-aa
deleted file mode 100644
index 1df31434af0..00000000000
--- a/x11/p5-Tk/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2004/03/22 12:27:19 wiz Exp $
-
---- Tk/MMutil.pm.orig Wed Dec 10 20:49:23 2003
-+++ Tk/MMutil.pm
-@@ -301,7 +301,7 @@ sub const_config
- }
- $self->{'LDFLAGS'} =~ s/-flat_namespace//;
- $self->{'LDFLAGS'} =~ s/-undefined\s+suppress//;
-- } elsif ($^O =~ /(openbsd)/i)
-+ } elsif ($^O =~ /(.*bsd)/i)
- {
- # -Bforcearchive is bad news for Tk - we don't want all of libpTk.a in all .so-s.
- $self->{'LDDLFLAGS'} =~ s/-Bforcearchive\s*//g;