]> git.pld-linux.org Git - packages/perl-Tk.git/commitdiff
- do not link with libpt. It is part of pwlib which has nothing to do with perl and Tk.
authorJacek Konieczny <jajcus@pld-linux.org>
Sun, 18 Mar 2001 15:53:28 +0000 (15:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Tk-nolibpt.patch -> 1.1

perl-Tk-nolibpt.patch [new file with mode: 0644]

diff --git a/perl-Tk-nolibpt.patch b/perl-Tk-nolibpt.patch
new file mode 100644 (file)
index 0000000..881f5ca
--- /dev/null
@@ -0,0 +1,12 @@
+diff -durN Tk800.022.orig/Makefile.PL Tk800.022/Makefile.PL
+--- Tk800.022.orig/Makefile.PL Sat Apr 29 11:28:28 2000
++++ Tk800.022/Makefile.PL      Sun Mar 18 14:23:48 2001
+@@ -31,7 +31,7 @@
+ else
+  {
+   my $plibs = $Config{'libs'};
+-  my $libs  = "$xlib -lX11 -lpt";
++  my $libs  = "$xlib -lX11";
+   my @try   = qw(-lsocket -lnsl -lm);
+   push(@try,'-lc') if $^O =~ /svr4/i;
+   my $lib;
This page took 0.024098 seconds and 4 git commands to generate.