mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
0caf05d3b9
PR: 12781 (18 of 19) Submitted by: Ade Lovett <ade@lovett.com>
52 lines
1.5 KiB
Plaintext
52 lines
1.5 KiB
Plaintext
--- configure.orig Tue Jul 13 05:57:18 1999
|
|
+++ configure Sun Jul 18 02:09:53 1999
|
|
@@ -3383,15 +3383,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
|
|
@@ -10731,7 +10731,7 @@
|
|
if test -f /usr/include/ncurses.h
|
|
then
|
|
echo "$ac_t""Found ncurses on /usr/include/ncurses.h" 1>&6
|
|
- CURSES_LIBS="-lncurses"
|
|
+ CURSES_LIBS="-lncurses -lmytinfo"
|
|
CURSES_INCLUDEDIR=""
|
|
search_ncurses=false
|
|
screen_manager="ncurses on /usr/include"
|
|
@@ -10859,6 +10859,8 @@
|
|
fi
|
|
fi
|
|
|
|
+CFLAGS="$CFLAGS $CURSES_INCLUDEDIR"
|
|
+LIBS="$LIBS $CURSES_LIBS"
|
|
|
|
if $search_ncurses
|
|
then
|
|
@@ -12224,10 +12226,6 @@
|
|
*) # Relative path.
|
|
ac_sub_cache_file="$ac_dots$cache_file" ;;
|
|
esac
|
|
- case "$ac_given_INSTALL" in
|
|
- [/$]*) INSTALL="$ac_given_INSTALL" ;;
|
|
- *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
|
|
- esac
|
|
|
|
echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir"
|
|
# The eval makes quoting arguments work.
|