mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
0aa402e8e2
PR: 11844 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
41 lines
1.1 KiB
Plaintext
41 lines
1.1 KiB
Plaintext
--- configure.orig Tue Feb 16 05:58:53 1999
|
|
+++ configure Tue Feb 23 00:58:48 1999
|
|
@@ -3269,15 +3269,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
|
|
@@ -10553,7 +10553,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"
|
|
@@ -10681,6 +10681,8 @@
|
|
fi
|
|
fi
|
|
|
|
+CFLAGS="$CFLAGS $CURSES_INCLUDEDIR"
|
|
+LIBS="$LIBS $CURSES_LIBS"
|
|
|
|
if $search_ncurses
|
|
then
|