summaryrefslogtreecommitdiffstats
path: root/misc/mc/files/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'misc/mc/files/patch-ac')
-rw-r--r--misc/mc/files/patch-ac48
1 files changed, 19 insertions, 29 deletions
diff --git a/misc/mc/files/patch-ac b/misc/mc/files/patch-ac
index 9d273e3..3dae5ba 100644
--- a/misc/mc/files/patch-ac
+++ b/misc/mc/files/patch-ac
@@ -1,29 +1,19 @@
-*** 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 Sun Sep 21 23:29:55 1997
++++ Make.common.in Sun Sep 21 23:30:34 1997
+@@ -14,6 +14,7 @@
+ binprefix =
+ manprefix =
+ bindir = $(exec_prefix)/bin
++sbindir = $(exec_prefix)/sbin
+ libdir = $(exec_prefix)/lib/mc
+ suppbindir = $(libdir)/bin
+ tidir = $(libdir)/term
+@@ -45,7 +46,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)
++XCPPFLAGS = @CPPFLAGS@ -I.. -DSBINDIR=\""$(sbindir)/"\" -DBINDIR=\""$(bindir)/"\" -DLIBDIR=\""$(libdir)/"\" -DICONDIR=\""$(icondir)/"\" $(XINC)
+ XLDFLAGS = @LDFLAGS@
+ XDEFS = @DEFS@
+ XLIBS = @LIBS@
OpenPOWER on IntegriCloud