diff options
author | Jay Freeman <saurik@saurik.com> | 2009-04-08 21:39:43 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2009-04-08 21:39:43 +0000 |
commit | 6774b86da56c1713247148e83d44630675828dee (patch) | |
tree | ada228fb01a2f87a185ed496f449c6fb5239e968 /data/ncurses/install.diff | |
parent | 922ac76bdc9e96b5f3d03b53b85478cc285d06f6 (diff) |
Upgraded ncurses (and with it screen and top); dropped Essential: (*phew*) and moved to pututxline().
git-svn-id: http://svn.telesphoreo.org/trunk@565 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/ncurses/install.diff')
-rw-r--r-- | data/ncurses/install.diff | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/data/ncurses/install.diff b/data/ncurses/install.diff deleted file mode 100644 index 0f5dd5bf5..000000000 --- a/data/ncurses/install.diff +++ /dev/null @@ -1,12 +0,0 @@ -diff -ru ncurses-5.6/configure ncurses-5.6+iPhone/configure ---- ncurses-5.6/configure 2006-12-17 16:33:38.000000000 +0000 -+++ ncurses-5.6+iPhone/configure 2008-02-23 11:27:37.000000000 +0000 -@@ -4922,7 +4922,7 @@ - darwin*) - EXTRA_CFLAGS="-no-cpp-precomp" - CC_SHARED_OPTS="-dynamic" -- MK_SHARED_LIB='${CC} ${CFLAGS} -dynamiclib -install_name ${DESTDIR}${libdir}/`basename $@` -compatibility_version ${ABI_VERSION} -current_version ${ABI_VERSION} -o $@' -+ MK_SHARED_LIB='${CC} ${CFLAGS} -dynamiclib -install_name ${libdir}/`basename $@` -compatibility_version ${ABI_VERSION} -current_version ${ABI_VERSION} -o $@' - test "$cf_cv_shlib_version" = auto && cf_cv_shlib_version=abi - cf_cv_shlib_version_infix=yes - echo "$as_me:4928: checking if ld -search_paths_first works" >&5 |