summaryrefslogtreecommitdiff
path: root/devel/avltree
diff options
context:
space:
mode:
authorskrll <skrll>2000-09-25 19:11:44 +0000
committerskrll <skrll>2000-09-25 19:11:44 +0000
commit683b2467752b679deebb70c36d6590da4868b879 (patch)
tree0f472a8521692268f2362f2e0898ee8bb87271b0 /devel/avltree
parent2aadecc884258cfba6abddbec860070e3dd40119 (diff)
downloadpkgsrc-683b2467752b679deebb70c36d6590da4868b879.tar.gz
Revert bsd.lib.mk part of last leaving the "tidy up" part.
bsd.lib.mk is broken in netbsd-1-5. I'm off to ask for the pull up request.
Diffstat (limited to 'devel/avltree')
-rw-r--r--devel/avltree/patches/patch-aa5
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/avltree/patches/patch-aa b/devel/avltree/patches/patch-aa
index 0e962efd841..9fab7f0077d 100644
--- a/devel/avltree/patches/patch-aa
+++ b/devel/avltree/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.3 2000/09/25 18:52:03 skrll Exp $
+$NetBSD: patch-aa,v 1.4 2000/09/25 19:11:44 skrll Exp $
--- Makefile.orig Thu Jan 13 21:04:47 2000
+++ Makefile
-@@ -1,46 +1,15 @@
+@@ -1,46 +1,14 @@
-# makefile for: avltree
-# version: 1.1
-# Date created: 13 January 2000
@@ -15,7 +15,6 @@ $NetBSD: patch-aa,v 1.3 2000/09/25 18:52:03 skrll Exp $
-all: libavltree.a
+SHLIB_MAJOR= 1
+SHLIB_MINOR= 1
-+SHLIB_FULLVERSION=${SHLIB_MAJOR}.${SHLIB_MINOR}
-libavltree.a: avltree.o
- $(AR) r libavltree.a avltree.o