$NetBSD: patch-ac,v 1.3 2019/10/19 14:10:45 fox Exp $

Added the curses library path for pkgsrc.

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