summaryrefslogtreecommitdiff
path: root/devel/gtexinfo/patches/patch-ag
blob: 22edb3be972e3fa26eae57e910eddf485be70982 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$NetBSD: patch-ag,v 1.2 1998/10/04 19:56:34 tv Exp $

--- configure.orig	Tue Mar  3 13:30:18 1998
+++ configure	Sun Oct  4 15:53:12 1998
@@ -1401,7 +1401,7 @@
 # Some GNU/Linux systems (e.g., SuSE 4.3, 1996) don't have curses, but
 # rather ncurses.  So we check for it.
 TERMLIBS=
-for termlib in ncurses curses termcap terminfo termlib ; do
+for termlib in curses termcap terminfo termlib ; do
    echo $ac_n "checking for tputs in -l${termlib}""... $ac_c" 1>&6
 echo "configure:1407: checking for tputs in -l${termlib}" >&5
 ac_lib_var=`echo ${termlib}'_'tputs | sed 'y%./+-%__p_%'`
@@ -3443,7 +3443,7 @@
 		 USE_INCLUDED_LIBINTL=yes
 		 CATOBJEXT=.cat
 		 INSTOBJEXT=.cat
-		 DATADIRNAME=lib
+		 DATADIRNAME=share
 		 INTLDEPS='$(top_builddir)/intl/libintl.a'
 		 INTLLIBS=$INTLDEPS
 		 LIBS=`echo $LIBS | sed -e 's/-lintl//'`