aboutsummaryrefslogtreecommitdiffstats
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
downloadopenembedded-core-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 @@
+--- ncurses-5.2/misc/run_tic.in Mon Oct 9 16:57:35 2000
++++ ncurses-5.2/misc/run_tic.in.new Thu Mar 14 17:13:20 2002
+@@ -105,7 +105,15 @@
+ problems for older ncurses applications.
+
+ EOF
+-if ( $srcdir/shlib tic$suffix -s -o $TERMINFO $source )
++
++if [ "$BUILD_CC" != "$CC" ]
++then
++ SHLIB=""
++else
++ SHLIB="$srcdir/shlib"
++fi
++
++if ( ${SHLIB} tic$suffix -s -o $TERMINFO $source )
+ then
+ echo '** built new '$TERMINFO
+ else