summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2016-05-11 18:36:33 -0400
committerAnthony G. Basile <blueness@gentoo.org>2016-05-11 18:36:33 -0400
commit06852217367c5e858633f078aca05c6dc991688e (patch)
tree389ad306a2fb7a7da41856f3207532c109a8ea24 /www-client/w3m
parentapp-admin/github-backup-utils: version bump to 2.6.0 (diff)
downloadgentoo-06852217367c5e858633f078aca05c6dc991688e.tar.gz
gentoo-06852217367c5e858633f078aca05c6dc991688e.tar.bz2
gentoo-06852217367c5e858633f078aca05c6dc991688e.zip
www-client/w3m: remove RAND_egd which is ancient
Package-Manager: portage-2.2.26
Diffstat (limited to 'www-client/w3m')
-rw-r--r--www-client/w3m/files/w3m-0.5.3-remove-EGD.patch11
-rw-r--r--www-client/w3m/w3m-0.5.3-r7.ebuild (renamed from www-client/w3m/w3m-0.5.3-r6.ebuild)3
2 files changed, 13 insertions, 1 deletions
diff --git a/www-client/w3m/files/w3m-0.5.3-remove-EGD.patch b/www-client/w3m/files/w3m-0.5.3-remove-EGD.patch
new file mode 100644
index 000000000000..67ca6c2437ad
--- /dev/null
+++ b/www-client/w3m/files/w3m-0.5.3-remove-EGD.patch
@@ -0,0 +1,11 @@
+diff -Naur w3m-0.5.3.orig/config.h.in w3m-0.5.3/config.h.in
+--- w3m-0.5.3.orig/config.h.in 2011-01-04 04:22:19.000000000 -0500
++++ w3m-0.5.3/config.h.in 2016-05-11 18:23:00.195439897 -0400
+@@ -84,7 +84,6 @@
+ #undef INET6
+ #undef HAVE_SOCKLEN_T
+ #undef HAVE_OLD_SS_FAMILY
+-#define USE_EGD
+ #define ENABLE_REMOVE_TRAILINGSPACES
+ #undef MENU_THIN_FRAME
+ #undef USE_RAW_SCROLL
diff --git a/www-client/w3m/w3m-0.5.3-r6.ebuild b/www-client/w3m/w3m-0.5.3-r7.ebuild
index 78054decebd6..2020a00bef93 100644
--- a/www-client/w3m/w3m-0.5.3-r6.ebuild
+++ b/www-client/w3m/w3m-0.5.3-r7.ebuild
@@ -40,7 +40,8 @@ src_prepare() {
"${FILESDIR}/${PN}-0.5.3-glibc214.patch" \
"${FILESDIR}/${PN}-0.5.3-underlinking.patch" \
"${FILESDIR}/${PN}-0.5.3-tinfo.patch" \
- "${FILESDIR}/${PN}-0.5.3-gettext.patch"
+ "${FILESDIR}/${PN}-0.5.3-gettext.patch" \
+ "${FILESDIR}/${PN}-0.5.3-remove-EGD.patch"
use vanilla || \
epatch "${FILESDIR}"/${PN}-0.5.3-button.patch \
"${FILESDIR}"/${P}-gdk-pixbuf.patch \