summaryrefslogtreecommitdiff
path: root/misc/dialog
diff options
context:
space:
mode:
authorfrueauf <frueauf>1999-01-04 20:47:31 +0000
committerfrueauf <frueauf>1999-01-04 20:47:31 +0000
commit2db6bcc05f8a053e8fafa8366804fb117a45aa4b (patch)
treef324b7ad8535b697e52fba94d21fcbe7d61927ea /misc/dialog
parent4b9b449bea67f04b3942c767b843a406a66edf0d (diff)
downloadpkgsrc-2db6bcc05f8a053e8fafa8366804fb117a45aa4b.tar.gz
Make dialog work on ELF too.
Diffstat (limited to 'misc/dialog')
-rw-r--r--misc/dialog/patches/patch-aa6
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/dialog/patches/patch-aa b/misc/dialog/patches/patch-aa
index b3a39a9ca2c..0cb9c8dd426 100644
--- a/misc/dialog/patches/patch-aa
+++ b/misc/dialog/patches/patch-aa
@@ -1,7 +1,7 @@
-$NetBSD: patch-aa,v 1.3 1998/08/07 11:10:13 agc Exp $
+$NetBSD: patch-aa,v 1.4 1999/01/04 20:47:31 frueauf Exp $
--- Makefile.orig Thu Jan 9 07:19:34 1997
-+++ Makefile Tue Jun 30 18:29:59 1998
++++ Makefile Mon Jan 4 20:39:17 1999
@@ -17,8 +17,8 @@
# can be disabled to make dialog a bit smaller (could be done for more things)
HAVE_GUAGE=true
@@ -18,7 +18,7 @@ $NetBSD: patch-aa,v 1.3 1998/08/07 11:10:13 agc Exp $
CFLAGS = $(OPTIM) -DLOCALE -DVERSION=\"0.6z\"
-LDFLAGS = -L .
-+LDFLAGS = -L . -L${PREFIX}/lib
++LDFLAGS = -Wl,-R${PREFIX}/lib -L . -L${PREFIX}/lib
LDLIBS = -ldialog
OBJS = checklist.o inputbox.o menubox.o msgbox.o \