summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2017-04-12 06:58:32 -0400
committerTim Harder <radhermit@gentoo.org>2017-04-12 06:58:32 -0400
commitee11ff4b05ff39bf4551d151cc6ff38953ce5f50 (patch)
tree84b7cafb365f04670a8d319ab4f09df0e35d84e5 /www-client/lynx/files
parentmedia-libs/libogg: remove old (diff)
downloadgentoo-ee11ff4b05ff39bf4551d151cc6ff38953ce5f50.tar.gz
gentoo-ee11ff4b05ff39bf4551d151cc6ff38953ce5f50.tar.bz2
gentoo-ee11ff4b05ff39bf4551d151cc6ff38953ce5f50.zip
www-client/lynx: remove old
Diffstat (limited to 'www-client/lynx/files')
-rw-r--r--www-client/lynx/files/lynx-2.8.9-cross-curses.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/www-client/lynx/files/lynx-2.8.9-cross-curses.patch b/www-client/lynx/files/lynx-2.8.9-cross-curses.patch
deleted file mode 100644
index e541586efc50..000000000000
--- a/www-client/lynx/files/lynx-2.8.9-cross-curses.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-the curses test logic does not provide a fallback case when trying to run
-the curses test program. set that here to true since we know the deps are
-sane via the ebuild.
-
-we could patch aclocal.m4, but this package doesn't rebuild autotools atm.
-
---- a/configure
-+++ b/configure
-@@ -20146,9 +20146,7 @@
- echo "$as_me:20146: \$? = $ac_status" >&5
- (exit $ac_status); }; }; then
- if test "$cross_compiling" = yes; then
-- { { echo "$as_me:20149: error: cannot run test program while cross compiling" >&5
--echo "$as_me: error: cannot run test program while cross compiling" >&2;}
-- { (exit 1); exit 1; }; }
-+cf_have_ncuconfig=yes
- else
- cat >conftest.$ac_ext <<_ACEOF
- #line 20154 "configure"