5daee5faaf
definitions of symbols. Fixes PR#10971.
13 lines
452 B
Text
13 lines
452 B
Text
$NetBSD: patch-aa,v 1.1 2000/09/12 20:01:14 jlam Exp $
|
|
|
|
--- Tk/MMutil.pm.orig Thu Mar 30 15:37:15 2000
|
|
+++ Tk/MMutil.pm
|
|
@@ -248,7 +248,7 @@
|
|
$self->{'LDFLAGS'} =~ s/-(debug|pdb:\w+)\s+//g;
|
|
$self->{'LDDLFLAGS'} =~ s/-(debug|pdb:\w+)\s+//g;
|
|
}
|
|
- 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;
|