summaryrefslogtreecommitdiffstats
path: root/meta/packages/ncurses/ncurses/tic.patch
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-07-21 10:10:31 +0000
committerRichard Purdie <richard@openedhand.com>2006-07-21 10:10:31 +0000
commitb2f192faabe412adce79534e22efe9fb69ee40e2 (patch)
tree7076c49d4286f8a1733650bd8fbc7161af200d57 /meta/packages/ncurses/ncurses/tic.patch
parent2cf0eadf9f730027833af802d7e6c90b44248f80 (diff)
downloadpoky-b2f192faabe412adce79534e22efe9fb69ee40e2.tar.gz
Rename /openembedded/ -> /meta/
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/ncurses/ncurses/tic.patch')
-rw-r--r--meta/packages/ncurses/ncurses/tic.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta/packages/ncurses/ncurses/tic.patch b/meta/packages/ncurses/ncurses/tic.patch
new file mode 100644
index 0000000000..b09da4cd0c
--- /dev/null
+++ b/meta/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