summaryrefslogtreecommitdiff
path: root/devel/avltree/patches
diff options
context:
space:
mode:
authoragc <agc>2002-08-11 09:21:57 +0000
committeragc <agc>2002-08-11 09:21:57 +0000
commit5abbdad7aabf5630992d616827f1ba3682442e7c (patch)
treeedd0450af1663c95c61ae395898532c99c5509fd /devel/avltree/patches
parent233f89987dbba993b57a395604afb8b43cb0f42c (diff)
downloadpkgsrc-5abbdad7aabf5630992d616827f1ba3682442e7c.tar.gz
Don't try to install the lint lib - fails on a read-only null-mounted
/usr (and rightly so).
Diffstat (limited to 'devel/avltree/patches')
-rw-r--r--devel/avltree/patches/patch-aa13
1 files changed, 7 insertions, 6 deletions
diff --git a/devel/avltree/patches/patch-aa b/devel/avltree/patches/patch-aa
index 9fab7f0077d..046f9421a7c 100644
--- a/devel/avltree/patches/patch-aa
+++ b/devel/avltree/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.4 2000/09/25 19:11:44 skrll Exp $
+$NetBSD: patch-aa,v 1.5 2002/08/11 09:21:58 agc Exp $
--- Makefile.orig Thu Jan 13 21:04:47 2000
+++ Makefile
-@@ -1,46 +1,14 @@
+@@ -1,46 +1,16 @@
-# makefile for: avltree
-# version: 1.1
-# Date created: 13 January 2000
@@ -24,15 +24,16 @@ $NetBSD: patch-aa,v 1.4 2000/09/25 19:11:44 skrll Exp $
-avltree.o: avltree.c avltree.h
- $(CC) -c avltree.c
-+LIBDIR= ${PREFIX}/lib
-+MANDIR= ${PREFIX}/man
-+INCSDIR= ${PREFIX}/include
++NOLINT= # defined
-install: libavltree.a
- install -c libavltree.a $(PREFIX)/lib
- install -c avltree.h $(PREFIX)/include
- gzip -c avltree.3 > $(PREFIX)/man/man3/avltree.3.gz
--
++LIBDIR= ${PREFIX}/lib
++MANDIR= ${PREFIX}/man
++INCSDIR= ${PREFIX}/include
+
-##################
-# additional stuff for test, benchmark; not installed
-