summaryrefslogtreecommitdiff
path: root/misc/mc/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'misc/mc/patches/patch-ac')
-rw-r--r--misc/mc/patches/patch-ac50
1 files changed, 19 insertions, 31 deletions
diff --git a/misc/mc/patches/patch-ac b/misc/mc/patches/patch-ac
index cdf384f4242..4b35fb11ed9 100644
--- a/misc/mc/patches/patch-ac
+++ b/misc/mc/patches/patch-ac
@@ -1,31 +1,19 @@
-$NetBSD: patch-ac,v 1.2 1998/08/07 11:10:26 agc Exp $
-
-*** Make.common.in.orig Thu Jun 19 23:14:51 1997
---- Make.common.in Thu Jun 19 23:16:28 1997
-*************** exec_prefix = $(prefix)
-*** 14,19 ****
---- 14,20 ----
- binprefix =
- manprefix =
- bindir = $(exec_prefix)/bin
-+ sbindir = $(exec_prefix)/sbin
- libdir = $(exec_prefix)/lib/mc
- suppbindir = $(libdir)/bin
- tidir = $(libdir)/term
-*************** AWK = @AWK@
-*** 45,51 ****
- # No way, to make make happy (except GNU), we cannot use := to append
- # something to these, so that's why there is a leading _
- XCFLAGS = @CFLAGS@
-! XCPPFLAGS = @CPPFLAGS@ -I.. -DBINDIR=\""$(bindir)/"\" -DLIBDIR=\""$(libdir)/"\" -DICONDIR=\""$(icondir)/"\" $(XINC)
- XLDFLAGS = @LDFLAGS@
- XDEFS = @DEFS@
- XLIBS = @LIBS@
---- 46,52 ----
- # No way, to make make happy (except GNU), we cannot use := to append
- # something to these, so that's why there is a leading _
- XCFLAGS = @CFLAGS@
-! XCPPFLAGS = @CPPFLAGS@ -I.. -DSBINDIR=\""$(sbindir)/"\" -DBINDIR=\""$(bindir)/"\" -DLIBDIR=\""$(libdir)/"\" -DICONDIR=\""$(icondir)/"\" $(XINC)
- XLDFLAGS = @LDFLAGS@
- XDEFS = @DEFS@
- XLIBS = @LIBS@
+--- Make.common.in.orig Mon May 25 06:16:04 1998
++++ Make.common.in Sun Oct 4 09:09:45 1998
+@@ -17,6 +17,7 @@
+
+ builddir = @builddir@
+ bindir = $(exec_prefix)/bin
++sbindir = $(exec_prefix)/sbin
+ libdir = $(exec_prefix)/lib/mc
+ suppbindir = $(libdir)/bin
+ tidir = $(libdir)/term
+@@ -51,7 +52,7 @@
+ # No way, to make make happy (except GNU), we cannot use := to append
+ # something to these, so that's why there is a leading _
+ XCFLAGS = @CFLAGS@
+-XCPPFLAGS = @CPPFLAGS@ -I.. -DBINDIR=\""$(bindir)/"\" -DLIBDIR=\""$(libdir)/"\" -DICONDIR=\""$(icondir)/"\" $(XINC) -DLOCALEDIR=\""$(localedir)/"\"
++XCPPFLAGS = @CPPFLAGS@ -I.. -DSBINDIR=\""$(sbindir)/"\" -DBINDIR=\""$(bindir)/"\" -DLIBDIR=\""$(libdir)/"\" -DICONDIR=\""$(icondir)/"\" $(XINC) -DLOCALEDIR=\""$(localedir)/"\"
+ XLDFLAGS = @LDFLAGS@
+ XDEFS = @DEFS@
+ XLIBS = @LIBS@