openbsd-ports/devel/id-utils/patches/patch-src_Makefile_in
sturm 18a9741557 just match the first 2 chars of EDITOR to recognize vi mode, this way
a value of 'vim' works as expected
sync patches while here

from mfriedl@ who is too shy to commit to ports
2007-07-04 16:39:41 +00:00

13 lines
663 B
Plaintext

$OpenBSD: patch-src_Makefile_in,v 1.2 2007/07/04 16:39:41 sturm Exp $
--- src/Makefile.in.orig Tue Apr 6 10:28:38 1999
+++ src/Makefile.in Wed Jul 4 18:32:54 2007
@@ -102,7 +102,7 @@ EXTRA_DIST = ansi2knr.1 ansi2knr.c $(bin_SCRIPTS)
localedir = $(datadir)/locale
-INCLUDES = -I. -I$(srcdir) -I../libidu -I$(top_srcdir)/libidu -I../lib -I$(top_srcdir)/lib -I../intl -I$(top_srcdir)/intl -I.. -I$(top_srcdir)
+INCLUDES = -I. -I$(srcdir) -I../libidu -I$(top_srcdir)/libidu -I../lib -I$(top_srcdir)/lib -I.. -I$(top_srcdir)
DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@
LDADD = @INTLLIBS@ ../libidu/libidu.a ../lib/libsys.a