summaryrefslogtreecommitdiff
path: root/editors/xvile
diff options
context:
space:
mode:
authorgarbled <garbled@pkgsrc.org>1998-09-14 22:26:06 +0000
committergarbled <garbled@pkgsrc.org>1998-09-14 22:26:06 +0000
commit33898851da5189c0979ab4516b56e9048ce1e355 (patch)
treebbdffb98596e9c77964e7b804c352089ca6c434e /editors/xvile
parent24b85b30634978309325ee2813697e39e147eda7 (diff)
downloadpkgsrc-33898851da5189c0979ab4516b56e9048ce1e355.tar.gz
Make this pkg honor LDFLAGS and thus work on ELF.
Diffstat (limited to 'editors/xvile')
-rw-r--r--editors/xvile/patches/patch-aa16
1 files changed, 12 insertions, 4 deletions
diff --git a/editors/xvile/patches/patch-aa b/editors/xvile/patches/patch-aa
index 57a854f7d01..5b66b9c3664 100644
--- a/editors/xvile/patches/patch-aa
+++ b/editors/xvile/patches/patch-aa
@@ -1,7 +1,6 @@
-$NetBSD: patch-aa,v 1.2 1998/08/07 10:40:34 agc Exp $
-
---- makefile.in 1998/06/04 11:42:13 1.1
-+++ makefile.in 1998/06/04 11:42:25
+$NetBSD: patch-aa,v 1.3 1998/09/14 22:26:06 garbled Exp $
+--- makefile.in.orig Tue May 26 17:54:37 1998
++++ makefile.in Mon Sep 14 15:06:04 1998
@@ -58,7 +58,7 @@
manext = 1
@@ -11,3 +10,12 @@ $NetBSD: patch-aa,v 1.2 1998/08/07 10:40:34 agc Exp $
perldir = $(datadir)/perl
mandir = @mandir@/man$(manext)
+@@ -71,7 +71,7 @@
+ -DVILE_STARTUP_PATH=\"@VILE_STARTUP_PATH@\" \
+ -DHAVE_CONFIG_H @CPPFLAGS@
+
+-LDFLAGS = @IMAKE_LOADFLAGS@
++LDFLAGS = @IMAKE_LOADFLAGS@ @LDFLAGS@
+
+ INSTALL_DIRS = $(bindir) $(datadir) $(perldir) $(mandir)
+