freebsd-ports/misc/mc/files/patch-ac
Ade Lovett bc47cccc84 Various patches (mainly shared library revision changes) for those
ports that depend on GNOME and need to change for 1.4
2001-05-04 21:41:30 +00:00

14 lines
411 B
Text

--- 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@
datadir = @datadir@
-libdir = @libdir@
+libdir = @datadir@
mandir = @mandir@
@@ -60,2 +61,3 @@
XCPPFLAGS = @CPPFLAGS@ @MCCPPFLAGS@ -I.. \
+ -DSBINDIR=\""$(sbindir)/"\" \
-DBINDIR=\""$(bindir)/"\" \