summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/ncurses/ncurses/tic.patch
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2005-08-31 10:45:47 +0000
committerRichard Purdie <richard@openedhand.com>2005-08-31 10:45:47 +0000
commit4b46c1f6e891b1ddd5968536440b888661fade3e (patch)
treee0ba2c1f56f61b868bf746da5c4feabb25b800b2 /openembedded/packages/ncurses/ncurses/tic.patch
downloadpoky-4b46c1f6e891b1ddd5968536440b888661fade3e.tar.gz
Initial population
git-svn-id: https://svn.o-hand.com/repos/poky@1 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/ncurses/ncurses/tic.patch')
-rw-r--r--openembedded/packages/ncurses/ncurses/tic.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/openembedded/packages/ncurses/ncurses/tic.patch b/openembedded/packages/ncurses/ncurses/tic.patch
new file mode 100644
index 0000000000..b09da4cd0c
--- /dev/null
+++ b/openembedded/packages/ncurses/ncurses/tic.patch
@@ -0,0 +1,19 @@
1--- ncurses-5.2/misc/run_tic.in Mon Oct 9 16:57:35 2000
2+++ ncurses-5.2/misc/run_tic.in.new Thu Mar 14 17:13:20 2002
3@@ -105,7 +105,15 @@
4 problems for older ncurses applications.
5
6 EOF
7-if ( $srcdir/shlib tic$suffix -s -o $TERMINFO $source )
8+
9+if [ "$BUILD_CC" != "$CC" ]
10+then
11+ SHLIB=""
12+else
13+ SHLIB="$srcdir/shlib"
14+fi
15+
16+if ( ${SHLIB} tic$suffix -s -o $TERMINFO $source )
17 then
18 echo '** built new '$TERMINFO
19 else