diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-07-09 15:04:32 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-07-09 15:04:32 +0000 |
commit | 058dd751aeddf4c232748e4f93a774bed2c95e6e (patch) | |
tree | 0885969476405983ff208dd56e3972090ba62b9a /main/libev/APKBUILD | |
parent | 423a60b56f989f2c9f2269df4b5ba9824cb87026 (diff) | |
download | aports-058dd751aeddf4c232748e4f93a774bed2c95e6e.tar.bz2 aports-058dd751aeddf4c232748e4f93a774bed2c95e6e.tar.xz |
Revert "main/libev: build fix"
This reverts commit ce31c2b78ca4401608c0d33949da4fb359f36dd2.
Diffstat (limited to 'main/libev/APKBUILD')
-rw-r--r-- | main/libev/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/libev/APKBUILD b/main/libev/APKBUILD index bb35cc5fe5..066e6aed48 100644 --- a/main/libev/APKBUILD +++ b/main/libev/APKBUILD @@ -14,6 +14,7 @@ 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 " |