* [gentoo-commits] gentoo-x86 commit in dev-libs/libev/files: libev-4.15-automake-1.14.patch
@ 2013-12-20 19:57 Markos Chandras (hwoarang)
0 siblings, 0 replies; only message in thread
From: Markos Chandras (hwoarang) @ 2013-12-20 19:57 UTC (permalink / raw
To: gentoo-commits
hwoarang 13/12/20 19:57:20
Added: libev-4.15-automake-1.14.patch
Log:
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!)
Revision Changes Path
1.1 dev-libs/libev/files/libev-4.15-automake-1.14.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libev/files/libev-4.15-automake-1.14.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libev/files/libev-4.15-automake-1.14.patch?rev=1.1&content-type=text/plain
Index: libev-4.15-automake-1.14.patch
===================================================================
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2013-12-20 19:57 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-20 19:57 [gentoo-commits] gentoo-x86 commit in dev-libs/libev/files: libev-4.15-automake-1.14.patch Markos Chandras (hwoarang)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox