]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/ncurses/ncurses/run_tic.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / ncurses / ncurses / run_tic.patch
1
2 #
3 # Made by http://www.mn-logistik.de/unsupported/pxa250/patcher
4 #
5
6 --- ncurses-4.2/misc/run_tic.sh~run_tic
7 +++ ncurses-4.2/misc/run_tic.sh
8 @@ -108,7 +108,14 @@
9         SRC=$TMP
10  fi
11  
12 -if ( $srcdir/shlib tic -s $SRC )
13 +if [ "$HOSTCC" != "$CC" ]
14 +then
15 +       SHLIB=""
16 +else
17 +       SHLIB="$srcdir/shlib"
18 +fi
19 +
20 +if ( ${SHLIB} tic -s $SRC )
21  then
22         echo '** built new '$TERMINFO
23  else