summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2013-12-20 19:57:20 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2013-12-20 19:57:20 +0000
commit4eca66036f43aa3ca0bbe18f0711ad2603d00fe5 (patch)
tree313b33659d61de8790d9c66bcb01084f8bf16bf9 /dev-libs/libev/files
parentStable for amd64 wrt bug #492044 (diff)
downloadgentoo-2-4eca66036f43aa3ca0bbe18f0711ad2603d00fe5.tar.gz
gentoo-2-4eca66036f43aa3ca0bbe18f0711ad2603d00fe5.tar.bz2
gentoo-2-4eca66036f43aa3ca0bbe18f0711ad2603d00fe5.zip
Add patch to fix building with automake-1.14. Patch by Dennis 'dlan' Lan <dennis.yxun@gmail.com>. Bug #493050
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)
Diffstat (limited to 'dev-libs/libev/files')
-rw-r--r--dev-libs/libev/files/libev-4.15-automake-1.14.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-libs/libev/files/libev-4.15-automake-1.14.patch b/dev-libs/libev/files/libev-4.15-automake-1.14.patch
new file mode 100644
index 000000000000..22fcc1a0093f
--- /dev/null
+++ b/dev-libs/libev/files/libev-4.15-automake-1.14.patch
@@ -0,0 +1,21 @@
+Gentoo bugzilla: https://bugs.gentoo.org/show_bug.cgi?id=493050
+Patch-by: Dennis 'dlan' Lan <dennis.yxun@gmail.com>
+
+diff --git a/configure.ac b/configure.ac
+index 7ea3ec8..290fce0 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -1,11 +1,12 @@
+ AC_INIT
+
++AM_INIT_AUTOMAKE(libev,4.15) dnl also update ev.h!
++
+ orig_CFLAGS="$CFLAGS"
+
+ AC_CONFIG_SRCDIR([ev_epoll.c])
+ AC_CONFIG_MACRO_DIR([m4])
+
+-AM_INIT_AUTOMAKE(libev,4.15) dnl also update ev.h!
+ AC_CONFIG_HEADERS([config.h])
+ AM_MAINTAINER_MODE
+