aboutsummaryrefslogtreecommitdiff
path: root/x11-fm/gnomemc/files/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'x11-fm/gnomemc/files/patch-ac')
-rw-r--r--x11-fm/gnomemc/files/patch-ac27
1 files changed, 0 insertions, 27 deletions
diff --git a/x11-fm/gnomemc/files/patch-ac b/x11-fm/gnomemc/files/patch-ac
deleted file mode 100644
index 5d6ec1bc1383..000000000000
--- a/x11-fm/gnomemc/files/patch-ac
+++ /dev/null
@@ -1,27 +0,0 @@
-
-$FreeBSD$
-
---- Make.common.in.orig Fri Jul 20 18:22:50 2001
-+++ Make.common.in Fri Dec 14 11:04:04 2001
-@@ -13,10 +13,10 @@
- datadir = @datadir@
- libdir = @libdir@
- mandir = @mandir@
--mclibdir = $(libdir)/mc
-+mclibdir = $(datadir)/mc
- suppbindir = $(mclibdir)/bin
- confdir = $(sysconfdir)
--localedir = $(datadir)/locale
-+localedir = $(prefix)/share/locale
- man1dir = $(mandir)/man1
- manext = 1
- man8dir = $(mandir)/man8
-@@ -38,7 +38,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 = -I.. @CPPFLAGS@ @MCCPPFLAGS@ @GLIB_CFLAGS@
-+XCPPFLAGS = -I$(mcsrcdir) -I.. @CPPFLAGS@ @MCCPPFLAGS@ @GLIB_CFLAGS@
- XLDFLAGS = @LDFLAGS@
- XDEFS = @DEFS@
- XLIBS = @LIBS@