diff options
author | kristerw <kristerw@pkgsrc.org> | 2005-10-01 18:52:03 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2005-10-01 18:52:03 +0000 |
commit | 3415ba8ac36248546f19a070ed92b295d349ca6b (patch) | |
tree | fdc27a4fed15199fc1815d5d95241e4f7552c43b /editors | |
parent | ca195f6916d0a93c30d1e7b3d4bc6bb66de9ad64 (diff) | |
download | pkgsrc-3415ba8ac36248546f19a070ed92b295d349ca6b.tar.gz |
Make sure -Wl,-R${PREFIX}/lib is added when linking, so that this work
on platforms (such as NetBSD 1.6) where ncurses from pkgsrc is needed.
Bump PKGREVISION.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/hnb/Makefile | 3 | ||||
-rw-r--r-- | editors/hnb/distinfo | 3 | ||||
-rw-r--r-- | editors/hnb/patches/patch-ac | 10 |
3 files changed, 14 insertions, 2 deletions
diff --git a/editors/hnb/Makefile b/editors/hnb/Makefile index 766684e9f98..2649e5e1b18 100644 --- a/editors/hnb/Makefile +++ b/editors/hnb/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.16 2005/05/22 20:07:56 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2005/10/01 18:52:03 kristerw Exp $ # DISTNAME= hnb-1.9.17 +PKGREVISION= 1 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hnb/} diff --git a/editors/hnb/distinfo b/editors/hnb/distinfo index 12e70418a67..5cfbf63c8fd 100644 --- a/editors/hnb/distinfo +++ b/editors/hnb/distinfo @@ -1,7 +1,8 @@ -$NetBSD: distinfo,v 1.4 2005/03/11 21:22:24 rillig Exp $ +$NetBSD: distinfo,v 1.5 2005/10/01 18:52:03 kristerw Exp $ SHA1 (hnb-1.9.17.tar.gz) = b5204a9bda13b42ef04921e71f52e5bfe5412f13 RMD160 (hnb-1.9.17.tar.gz) = 1363eac8a785a3bad2ac319ae38726cd826268cf Size (hnb-1.9.17.tar.gz) = 143700 bytes SHA1 (patch-aa) = f44cef4b2a3ccf20513420a1f57946e342aa2ee3 SHA1 (patch-ab) = 9c87fbe5ddfb7525941cb8e1d66d377fbe726811 +SHA1 (patch-ac) = 88778957d3a52aa6c8b9811133dfe4f2ceca213e diff --git a/editors/hnb/patches/patch-ac b/editors/hnb/patches/patch-ac new file mode 100644 index 00000000000..6c31eee28cb --- /dev/null +++ b/editors/hnb/patches/patch-ac @@ -0,0 +1,10 @@ +$NetBSD: patch-ac,v 1.1 2005/10/01 18:52:03 kristerw Exp $ + +--- src/Makefile.orig Sat Oct 1 20:43:07 2005 ++++ src/Makefile Sat Oct 1 20:43:40 2005 +@@ -1,4 +1,4 @@ +-LIBS=-lncurses libcli/libcli.a ++LIBS=-Wl,-R${PREFIX}/lib -lncurses libcli/libcli.a + CFLAGS=-I.. -Ilibcli -DHAVE_CONFIG_H -Wall -pedantic -g + + CFILES=$(wildcard *.c) |