diff --git a/srcpkgs/cbang/patches/0002-OpenSSL-version-check.patch b/srcpkgs/cbang/patches/0002-OpenSSL-version-check.patch index 144753e5db7..9b3664fa0d6 100644 --- a/srcpkgs/cbang/patches/0002-OpenSSL-version-check.patch +++ b/srcpkgs/cbang/patches/0002-OpenSSL-version-check.patch @@ -7,10 +7,10 @@ Subject: [PATCH 2/7] OpenSSL version check. config/openssl/__init__.py | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) -diff --git a/config/openssl/__init__.py b/config/openssl/__init__.py +diff --git config/openssl/__init__.py config/openssl/__init__.py index 421271cd..3b66738d 100644 ---- a/config/openssl/__init__.py -+++ b/config/openssl/__init__.py +--- config/openssl/__init__.py ++++ config/openssl/__init__.py @@ -6,15 +6,14 @@ def check_version(context, version): context.Message("Checking for openssl version >= %s..." % version) diff --git a/srcpkgs/cbang/patches/0004-config-openssl-check-OPENSSL_VERSION-in-compile-time.patch b/srcpkgs/cbang/patches/0004-config-openssl-check-OPENSSL_VERSION-in-compile-time.patch index a6ae9127a93..226a8955a86 100644 --- a/srcpkgs/cbang/patches/0004-config-openssl-check-OPENSSL_VERSION-in-compile-time.patch +++ b/srcpkgs/cbang/patches/0004-config-openssl-check-OPENSSL_VERSION-in-compile-time.patch @@ -10,10 +10,10 @@ time check to support cross compiling. config/openssl/__init__.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) -diff --git a/config/openssl/__init__.py b/config/openssl/__init__.py +diff --git config/openssl/__init__.py config/openssl/__init__.py index 3b66738d..8ab89d9f 100644 ---- a/config/openssl/__init__.py -+++ b/config/openssl/__init__.py +--- config/openssl/__init__.py ++++ config/openssl/__init__.py @@ -9,13 +9,14 @@ def check_version(context, version): src = ''' #include diff --git a/srcpkgs/cbang/patches/0005-libevent-use-compile-time-sizeof-check.patch b/srcpkgs/cbang/patches/0005-libevent-use-compile-time-sizeof-check.patch index 68094f326ef..212ef9aa125 100644 --- a/srcpkgs/cbang/patches/0005-libevent-use-compile-time-sizeof-check.patch +++ b/srcpkgs/cbang/patches/0005-libevent-use-compile-time-sizeof-check.patch @@ -9,10 +9,10 @@ Taken from https://github.com/scons/scons/wiki/AutoconfRecipes#ac_check_sizeof src/libevent/SConscript | 81 +++++++++++++++++++++++++++++++++++++---- 1 file changed, 73 insertions(+), 8 deletions(-) -diff --git a/src/libevent/SConscript b/src/libevent/SConscript +diff --git src/libevent/SConscript src/libevent/SConscript index 1197b8d3..ab1f72ad 100644 ---- a/src/libevent/SConscript -+++ b/src/libevent/SConscript +--- src/libevent/SConscript ++++ src/libevent/SConscript @@ -18,22 +18,87 @@ conf.AddTest('CheckSYS_TIMERFD_H', CheckSYS_TIMERFD_H) diff --git a/srcpkgs/cbang/patches/0006-Fixes-and-clean-up-of-sizeof-test.patch b/srcpkgs/cbang/patches/0006-Fixes-and-clean-up-of-sizeof-test.patch index 9ca934e1139..692db9976b4 100644 --- a/srcpkgs/cbang/patches/0006-Fixes-and-clean-up-of-sizeof-test.patch +++ b/srcpkgs/cbang/patches/0006-Fixes-and-clean-up-of-sizeof-test.patch @@ -7,10 +7,10 @@ Subject: [PATCH 6/7] Fixes and clean up of sizeof test src/libevent/SConscript | 115 ++++++++++------------------------------ 1 file changed, 28 insertions(+), 87 deletions(-) -diff --git a/src/libevent/SConscript b/src/libevent/SConscript +diff --git src/libevent/SConscript src/libevent/SConscript index ab1f72ad..db9884a6 100644 ---- a/src/libevent/SConscript -+++ b/src/libevent/SConscript +--- src/libevent/SConscript ++++ src/libevent/SConscript @@ -17,88 +17,25 @@ def CheckSYS_TIMERFD_H(ctx): conf.AddTest('CheckSYS_TIMERFD_H', CheckSYS_TIMERFD_H)