summaryrefslogtreecommitdiff
path: root/devel/cdecl/patches
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2000-06-23 16:33:21 +0000
committerhubertf <hubertf@pkgsrc.org>2000-06-23 16:33:21 +0000
commitccc83061d31da6753c67f4bd066709d60b1ca5e6 (patch)
tree05988aa2393adfdf5b06b476576dd15126b2bee1 /devel/cdecl/patches
parenteb8dcd1acecfb7f2807f81475c5aaa4ca16f9849 (diff)
downloadpkgsrc-ccc83061d31da6753c67f4bd066709d60b1ca5e6.tar.gz
ELF fix - found by (soon to be committed) check-shlibs target.
Diffstat (limited to 'devel/cdecl/patches')
-rw-r--r--devel/cdecl/patches/patch-ab4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/cdecl/patches/patch-ab b/devel/cdecl/patches/patch-ab
index b5da714e359..ff51b5438ed 100644
--- a/devel/cdecl/patches/patch-ab
+++ b/devel/cdecl/patches/patch-ab
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.3 2000/02/05 18:24:47 wiz Exp $
+$NetBSD: patch-ab,v 1.4 2000/06/23 16:33:22 hubertf Exp $
--- Makefile.orig Tue Jan 16 06:36:38 1996
+++ Makefile Fri Nov 26 15:04:05 1999
@@ -15,15 +15,17 @@
@@ -9,7 +9,7 @@ $NetBSD: patch-ab,v 1.3 2000/02/05 18:24:47 wiz Exp $
+CFLAGS+= -I${LOCALBASE}/include -DUSE_READLINE
CC= gcc
-LIBS= -lreadline -ltermcap
-+LIBS= -L${LOCALBASE}/lib -lreadline -ltermcap
++LIBS= -L${LOCALBASE}/lib -Wl,-R${LOCALBASE}/lib -lreadline -ltermcap
ALLFILES= makefile cdgram.y cdlex.l cdecl.c cdecl.1 testset testset++
-BINDIR= /usr/bin
-MANDIR= /usr/man/man1