summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>1998-07-16 13:36:47 +0000
committertv <tv@pkgsrc.org>1998-07-16 13:36:47 +0000
commitce4454484021a7a51bcceeb374b43926aa431d44 (patch)
treed2525c28abac850fa974fe640a20e7eb7fdda7b3 /devel
parent2f95952eb7b191a8f28a3da70b6ab0129aacefa2 (diff)
downloadpkgsrc-ce4454484021a7a51bcceeb374b43926aa431d44.tar.gz
Change libtool _not_ to install the .la file. Though marked as "for
informational purposes," it's not used by any of the toolchain and is pretty much useless.
Diffstat (limited to 'devel')
-rw-r--r--devel/libslang/pkg/PLIST3
-rw-r--r--devel/libtool/patches/patch-ab14
2 files changed, 15 insertions, 2 deletions
diff --git a/devel/libslang/pkg/PLIST b/devel/libslang/pkg/PLIST
index 75d0ed3e2d3..dbeb19ca6e3 100644
--- a/devel/libslang/pkg/PLIST
+++ b/devel/libslang/pkg/PLIST
@@ -1,6 +1,5 @@
-@comment $NetBSD: PLIST,v 1.7 1998/07/15 14:16:00 tv Exp $
+@comment $NetBSD: PLIST,v 1.8 1998/07/16 13:36:47 tv Exp $
lib/libslang.a
-lib/libslang.la
lib/libslang.so.1.2
include/slcurses.h
include/slang.h
diff --git a/devel/libtool/patches/patch-ab b/devel/libtool/patches/patch-ab
new file mode 100644
index 00000000000..0c3817d6482
--- /dev/null
+++ b/devel/libtool/patches/patch-ab
@@ -0,0 +1,14 @@
+--- ltmain.sh.orig Thu Jul 16 09:15:18 1998
++++ ltmain.sh Thu Jul 16 09:15:44 1998
+@@ -1841,11 +1841,6 @@
+ IFS="$save_ifs"
+ fi
+
+- # Install the pseudo-library for information purposes.
+- name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
+- $show "$install_prog $file $destdir/$name"
+- $run eval "$install_prog $file $destdir/$name" || exit $?
+-
+ # Maybe install the static library, too.
+ test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
+ ;;