diff options
author | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2019-05-31 14:16:49 +0000 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2019-05-31 14:16:49 +0000 |
commit | 18e00b15b62dc6468140f2456798709060aa4185 (patch) | |
tree | 770361b078286b8b8651b0c247b2098386b506aa /patches | |
parent | deb7cb2efe35935301e08dd6b8d82995c442145a (diff) | |
download | midipix_build-18e00b15b62dc6468140f2456798709060aa4185.tar.bz2 midipix_build-18e00b15b62dc6468140f2456798709060aa4185.tar.xz |
vars/build.vars:libevent: updated to v2.1.10-stable (via Redfoxmoon.)
patches/libevent-2.0.22-stable.local.patch: removes obsolete patch (via Redfoxmoon.)
Diffstat (limited to 'patches')
-rw-r--r-- | patches/libevent-2.0.22-stable.local.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/patches/libevent-2.0.22-stable.local.patch b/patches/libevent-2.0.22-stable.local.patch deleted file mode 100644 index f75fe90b..00000000 --- a/patches/libevent-2.0.22-stable.local.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- libevent-2.0.22-stable/configure.orig 2016-09-10 18:47:19.360327924 -0400 -+++ libevent-2.0.22-stable/configure 2016-09-10 18:48:54.160396670 -0400 -@@ -12937,7 +12937,7 @@ - BUILD_CYGWIN_FALSE= - fi - -- if test x$bwin32 = xtrue || test x$cygwin = xtrue; then -+ if test x$bwin32 = xtrue || test x$cygwin = xtrue || test x$ac_pe_target = xtrue; then - BUILD_WITH_NO_UNDEFINED_TRUE= - BUILD_WITH_NO_UNDEFINED_FALSE='#' - else |