summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorgarbled <garbled@pkgsrc.org>1998-09-14 21:48:04 +0000
committergarbled <garbled@pkgsrc.org>1998-09-14 21:48:04 +0000
commit24b85b30634978309325ee2813697e39e147eda7 (patch)
tree6b426073403732629a18de3781b24d53c6eee20e /editors
parent728cd52edf007c435d523152cde0aa05be7e1427 (diff)
downloadpkgsrc-24b85b30634978309325ee2813697e39e147eda7.tar.gz
Tweak this a little to get it to build on ELF with X11.
Diffstat (limited to 'editors')
-rw-r--r--editors/vim/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile
index c80e2432258..62acabd4afb 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 1998/09/01 09:33:41 agc Exp $
+# $NetBSD: Makefile,v 1.11 1998/09/14 21:48:04 garbled Exp $
DISTNAME= vim-5.3
CATEGORIES= editors
@@ -11,6 +11,7 @@ DISTFILES= vim-5.3-src.tar.gz vim-5.3-rt.tar.gz
MAINTAINER= tron@netbsd.org
HOMEPAGE= http://www.vim.org/
+LDFLAGS+= -Wl,-R${X11BASE}/lib
WRKSRC= ${WRKDIR}/${DISTNAME}/src
GNU_CONFIGURE= yes