mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
8e85eff768
PR: 11847 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
126 lines
4.0 KiB
Plaintext
126 lines
4.0 KiB
Plaintext
--- configure.orig Sun Apr 11 04:38:29 1999
|
|
+++ configure Sun May 9 15:58:08 1999
|
|
@@ -3267,15 +3267,15 @@
|
|
fi
|
|
|
|
|
|
- USE_INCLUDED_LIBINTL=yes
|
|
+# USE_INCLUDED_LIBINTL=yes
|
|
CATOBJEXT=.gmo
|
|
INSTOBJEXT=.mo
|
|
DATADIRNAME=share
|
|
- INTLDEPS='$(top_builddir)/intl/libintl.a'
|
|
+ INTLDEPS='-lintl'
|
|
INTLLIBS=$INTLDEPS
|
|
LIBS=`echo $LIBS | sed -e 's/-lintl//'`
|
|
- nls_cv_header_intl=intl/libintl.h
|
|
- nls_cv_header_libgt=intl/libgettext.h
|
|
+# nls_cv_header_intl=intl/libintl.h
|
|
+# nls_cv_header_libgt=intl/libgettext.h
|
|
fi
|
|
|
|
if test "$XGETTEXT" != ":"; then
|
|
@@ -10524,13 +10524,13 @@
|
|
|
|
if $search_ncurses
|
|
then
|
|
- if test -f /usr/include/ncurses.h
|
|
+ if test -f /usr/local/include/ncurses/ncurses.h
|
|
then
|
|
- echo "$ac_t""Found ncurses on /usr/include/ncurses.h" 1>&6
|
|
- CURSES_LIBS="-lncurses"
|
|
- CURSES_INCLUDEDIR=""
|
|
+ echo "$ac_t""Found ncurses on /usr/local/include/ncurses/ncurses.h" 1>&6
|
|
+ CURSES_LIBS="-L/usr/local/lib -lncurses"
|
|
+ CURSES_INCLUDEDIR="-I/usr/local/include/ncurses"
|
|
search_ncurses=false
|
|
- screen_manager="ncurses on /usr/include"
|
|
+ screen_manager="ncurses on /usr/local/include/ncurses"
|
|
cat >> confdefs.h <<\EOF
|
|
#define HAS_CURSES 1
|
|
EOF
|
|
@@ -10546,13 +10546,13 @@
|
|
|
|
if $search_ncurses
|
|
then
|
|
- if test -f /usr/include/ncurses/ncurses.h
|
|
+ if test -f /usr/include/ncurses.h
|
|
then
|
|
- echo "$ac_t""Found ncurses on /usr/include/ncurses/ncurses.h" 1>&6
|
|
- CURSES_LIBS="-lncurses"
|
|
- CURSES_INCLUDEDIR="-I/usr/include/ncurses"
|
|
+ echo "$ac_t""Found ncurses on /usr/include/ncurses.h" 1>&6
|
|
+ CURSES_LIBS="-lncurses -lmytinfo"
|
|
+ CURSES_INCLUDEDIR=""
|
|
search_ncurses=false
|
|
- screen_manager="ncurses on /usr/include/ncurses"
|
|
+ screen_manager="ncurses on /usr/include"
|
|
cat >> confdefs.h <<\EOF
|
|
#define HAS_CURSES 1
|
|
EOF
|
|
@@ -10568,13 +10568,13 @@
|
|
|
|
if $search_ncurses
|
|
then
|
|
- if test -f /usr/local/include/ncurses.h
|
|
+ if test -f /usr/include/ncurses/ncurses.h
|
|
then
|
|
- echo "$ac_t""Found ncurses on /usr/local/include/ncurses.h" 1>&6
|
|
- CURSES_LIBS="-L/usr/local/lib -lncurses"
|
|
- CURSES_INCLUDEDIR="-I/usr/local/include"
|
|
+ echo "$ac_t""Found ncurses on /usr/include/ncurses/ncurses.h" 1>&6
|
|
+ CURSES_LIBS="-lncurses"
|
|
+ CURSES_INCLUDEDIR="-I/usr/include/ncurses"
|
|
search_ncurses=false
|
|
- screen_manager="ncurses on /usr/local"
|
|
+ screen_manager="ncurses on /usr/include/ncurses"
|
|
cat >> confdefs.h <<\EOF
|
|
#define HAS_CURSES 1
|
|
EOF
|
|
@@ -10590,13 +10590,13 @@
|
|
|
|
if $search_ncurses
|
|
then
|
|
- if test -f /usr/local/include/ncurses/ncurses.h
|
|
+ if test -f /usr/local/include/ncurses.h
|
|
then
|
|
- echo "$ac_t""Found ncurses on /usr/local/include/ncurses/ncurses.h" 1>&6
|
|
- CURSES_LIBS="-L/usr/local/lib -L/usr/local/lib/ncurses -lncurses"
|
|
- CURSES_INCLUDEDIR="-I/usr/local/include/ncurses"
|
|
+ echo "$ac_t""Found ncurses on /usr/local/include/ncurses.h" 1>&6
|
|
+ CURSES_LIBS="-L/usr/local/lib -lncurses"
|
|
+ CURSES_INCLUDEDIR="-I/usr/local/include"
|
|
search_ncurses=false
|
|
- screen_manager="ncurses on /usr/local/include/ncurses"
|
|
+ screen_manager="ncurses on /usr/local"
|
|
cat >> confdefs.h <<\EOF
|
|
#define HAS_CURSES 1
|
|
EOF
|
|
@@ -10655,6 +10655,8 @@
|
|
fi
|
|
fi
|
|
|
|
+CFLAGS="$CFLAGS $CURSES_INCLUDEDIR"
|
|
+LIBS="$LIBS $CURSES_LIBS"
|
|
|
|
if $search_ncurses
|
|
then
|
|
@@ -11465,7 +11467,7 @@
|
|
vfs/extfs/ftplist vfs/extfs/uzip vfs/extfs/uzoo vfs/extfs/lslR vfs/extfs/ulha
|
|
vfs/extfs/uha vfs/extfs/ucpio vfs/extfs/deb vfs/extfs/urar vfs/extfs/uar
|
|
|
|
-doc/mc.1 doc/mcedit.1 doc/mcserv.8
|
|
+doc/mc.1 doc/mcserv.8
|
|
|
|
intl/Makefile po/Makefile.in
|
|
config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
|
|
@@ -11684,7 +11686,7 @@
|
|
vfs/extfs/ftplist vfs/extfs/uzip vfs/extfs/uzoo vfs/extfs/lslR vfs/extfs/ulha
|
|
vfs/extfs/uha vfs/extfs/ucpio vfs/extfs/deb vfs/extfs/urar vfs/extfs/uar
|
|
|
|
-doc/mc.1 doc/mcedit.1 doc/mcserv.8
|
|
+doc/mc.1 doc/mcserv.8
|
|
|
|
intl/Makefile po/Makefile.in
|
|
"}
|