freebsd-ports/misc/mc/files/patch-aa
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

43 lines
1.2 KiB
Text

--- configure.orig Mon Apr 16 11:40:15 2001
+++ configure Fri Apr 20 12:22:48 2001
@@ -10060,3 +10060,3 @@
ac_save_LIBS="$LIBS"
-LIBS="-lslang $LIBS"
+LIBS="-lslang -ltermcap $LIBS"
cat > conftest.$ac_ext <<EOF
@@ -10301,3 +10301,3 @@
- LSLANG="-lslang"
+ LSLANG="-lslang -ltermcap"
screen_manager="SLang (system-installed library)"
@@ -10749,3 +10749,3 @@
echo "$ac_t""Found ncurses on /usr/include/ncurses.h" 1>&6
- LIBS="$LIBS -lncurses"
+ LIBS="$LIBS -lncurses -lmytinfo"
CPPFLAGS="$CPPFLAGS "
@@ -10766,3 +10766,3 @@
echo "$ac_t""Found ncurses on /usr/include/ncurses/ncurses.h" 1>&6
- LIBS="$LIBS -lncurses"
+ LIBS="$LIBS -lncurses -lmytinfo"
CPPFLAGS="$CPPFLAGS -I/usr/include/ncurses"
@@ -11043,3 +11043,3 @@
- LSLANG="-lslang"
+ LSLANG="-lslang -ltermcap"
screen_manager="SLang (system-installed library)"
@@ -11551,3 +11551,3 @@
-doc/mc.1 doc/mcedit.1 doc/mcserv.8
+doc/mc.1 doc/mcserv.8
@@ -11834,6 +11834,6 @@
- case "$ac_given_INSTALL" in
- [/$]*) INSTALL="$ac_given_INSTALL" ;;
- *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
- esac
+# case "$ac_given_INSTALL" in
+# [/$]*) INSTALL="$ac_given_INSTALL" ;;
+# *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
+# esac