Files
pkgsrc-ng/editors/hnb/patches/patch-ac
2013-09-26 17:14:40 +02:00

11 lines
332 B
Plaintext

$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)