summaryrefslogtreecommitdiff
path: root/editors/hnb/patches/patch-ac
blob: 6c31eee28cb3be777864a48f5cc9a6ae30aa3238 (plain)
1
2
3
4
5
6
7
8
9
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)