diff options
author | hubertf <hubertf> | 2000-06-23 16:33:21 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2000-06-23 16:33:21 +0000 |
commit | 9808ac2ee0ecec021d0384ac356e9a435e7dee91 (patch) | |
tree | 05988aa2393adfdf5b06b476576dd15126b2bee1 /devel/cdecl/patches | |
parent | 8e8db2dcf8e278aa7fa5e11054757fd6c56356a9 (diff) | |
download | pkgsrc-9808ac2ee0ecec021d0384ac356e9a435e7dee91.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-ab | 4 |
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 |