$NetBSD: patch-ac,v 1.2 2018/11/26 09:15:53 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)
