diff options
author | ade <ade@FreeBSD.org> | 2001-05-05 05:41:30 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2001-05-05 05:41:30 +0800 |
commit | 6855df27735fc5f10d442e902a0e3b24e5c8f96d (patch) | |
tree | a06401f746a2c66d7519e13e47116450d2e2857d /misc/mc/files/patch-ac | |
parent | 6bb45ee02a63914be3ecd530070d92541da9614b (diff) | |
download | freebsd-ports-gnome-6855df27735fc5f10d442e902a0e3b24e5c8f96d.tar.gz freebsd-ports-gnome-6855df27735fc5f10d442e902a0e3b24e5c8f96d.tar.zst freebsd-ports-gnome-6855df27735fc5f10d442e902a0e3b24e5c8f96d.zip |
Various patches (mainly shared library revision changes) for those
ports that depend on GNOME and need to change for 1.4
Diffstat (limited to 'misc/mc/files/patch-ac')
-rw-r--r-- | misc/mc/files/patch-ac | 23 |
1 files changed, 7 insertions, 16 deletions
diff --git a/misc/mc/files/patch-ac b/misc/mc/files/patch-ac index 88063ea4e492..37203a444a75 100644 --- a/misc/mc/files/patch-ac +++ b/misc/mc/files/patch-ac @@ -1,8 +1,6 @@ ---- Make.common.in.orig Tue Mar 30 08:34:33 1999 -+++ Make.common.in Wed Apr 7 23:40:05 1999 -@@ -17,9 +17,10 @@ - - builddir = @builddir@ +--- Make.common.in.orig Sun Oct 8 18:58:39 2000 ++++ Make.common.in Fri Apr 20 12:26:51 2001 +@@ -18,5 +18,6 @@ bindir = @bindir@ +sbindir = $(exec_prefix)/sbin sysconfdir = @sysconfdir@ @@ -10,14 +8,7 @@ -libdir = @libdir@ +libdir = @datadir@ mandir = @mandir@ - gnomeicondir = @gnomeicondir@ - xv_bindir = @xv_bindir@ -@@ -64,7 +65,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@ @MCCPPFLAGS@ -I.. -DBINDIR=\""$(bindir)/"\" -DLIBDIR=\""$(mclibdir)/"\" -DICONDIR=\""$(icondir)/"\" $(XINC) -DLOCALEDIR=\""$(localedir)/"\" -DCONFDIR=\""$(confdir)/"\" -DDESKTOP_INIT_DIR=\""$(desktopdir)/"\" -+XCPPFLAGS = @CPPFLAGS@ @MCCPPFLAGS@ -I.. -DSBINDIR=\""$(sbindir)/"\" -DBINDIR=\""$(bindir)/"\" -DLIBDIR=\""$(mclibdir)/"\" -DICONDIR=\""$(icondir)/"\" $(XINC) -DLOCALEDIR=\""$(localedir)/"\" -DCONFDIR=\""$(confdir)/"\" -DDESKTOP_INIT_DIR=\""$(desktopdir)/"\" - XLDFLAGS = @LDFLAGS@ - XDEFS = @DEFS@ - XLIBS = @LIBS@ +@@ -60,2 +61,3 @@ + XCPPFLAGS = @CPPFLAGS@ @MCCPPFLAGS@ -I.. \ ++ -DSBINDIR=\""$(sbindir)/"\" \ + -DBINDIR=\""$(bindir)/"\" \ |