openbsd-ports/devel/id-utils/patches/patch-lib_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
664 B
Plaintext

$OpenBSD: patch-lib_Makefile_in,v 1.2 2007/07/04 16:39:41 sturm Exp $
--- lib/Makefile.in.orig Tue Apr 6 10:28:36 1999
+++ lib/Makefile.in Wed Jul 4 18:32:54 2007
@@ -105,7 +105,7 @@ libsys_a_SOURCES = xgetcwd.c xmalloc.c getopt.c getopt
noinst_HEADERS = ansidecl.h error.h fnmatch.h getopt.h obstack.h pathmax.h regex.h xalloca.h xdirent.h xfnmatch.h xmalloc.h xobstack.h xstddef.h xstdlib.h xstring.h xsysstat.h xunistd.h
-INCLUDES = -I. -I$(srcdir) -I../intl -I$(top_srcdir)/intl -I.. -I$(top_srcdir)
+INCLUDES = -I. -I$(srcdir) -I.. -I$(top_srcdir)
DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@
libsys_a_LIBADD = @LIBOBJS@ @ALLOCA@