summaryrefslogtreecommitdiffstats
path: root/main/libev
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-07-09 14:42:01 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-07-09 14:42:01 +0000
commitce31c2b78ca4401608c0d33949da4fb359f36dd2 (patch)
treefcdcdb3041d2b8c4bb5f3e813d72562b3edae84b /main/libev
parente3fa5bcea1588b205521e5e70ed7fc816ccc63d9 (diff)
downloadaports-ce31c2b78ca4401608c0d33949da4fb359f36dd2.tar.bz2
aports-ce31c2b78ca4401608c0d33949da4fb359f36dd2.tar.xz
main/libev: build fix
remove patch that fails.
Diffstat (limited to 'main/libev')
-rw-r--r--main/libev/APKBUILD1
-rw-r--r--main/libev/libev-4.11-Modernize-the-configure.ac.patch32
2 files changed, 0 insertions, 33 deletions
diff --git a/main/libev/APKBUILD b/main/libev/APKBUILD
index eb825cdf7..9525c79c9 100644
--- a/main/libev/APKBUILD
+++ b/main/libev/APKBUILD
@@ -14,7 +14,6 @@ install=""
subpackages="$pkgname-dev $pkgname-doc"
source="http://dist.schmorp.de/${pkgname}/${pkgname}-${pkgver}.tar.gz
libev-4.11-Add-pkgconfig-support.patch
- libev-4.11-Modernize-the-configure.ac.patch
libev-4.11-Respect-the-CFLAGS-if-defined.patch
"
diff --git a/main/libev/libev-4.11-Modernize-the-configure.ac.patch b/main/libev/libev-4.11-Modernize-the-configure.ac.patch
deleted file mode 100644
index 45d088107..000000000
--- a/main/libev/libev-4.11-Modernize-the-configure.ac.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From 7ddb7d52d0398f31b8b54d4a1fb572d9ee666a52 Mon Sep 17 00:00:00 2001
-From: Mathieu Bridon <bochecha@fedoraproject.org>
-Date: Fri, 8 Feb 2013 16:29:13 +0800
-Subject: [PATCH] Modernize the configure.ac
-
-Without it, Automake 1.13 and above will refuse it.
-
-See the details for AM_INIT_AUTOMAKE at:
- http://www.gnu.org/software/automake/manual/automake.html#Public-Macros
----
- configure.ac | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index 1af149a..a87761f 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -1,9 +1,9 @@
- orig_CFLAGS="$CFLAGS"
-
--AC_INIT
-+AC_INIT([libev], [4.11])
- AC_CONFIG_SRCDIR([ev_epoll.c])
-
--AM_INIT_AUTOMAKE(libev,4.11) dnl also update ev.h!
-+AM_INIT_AUTOMAKE
- AC_CONFIG_HEADERS([config.h])
- AM_MAINTAINER_MODE
-
---
-1.8.1
-