diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2019-07-25 11:10:51 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2019-07-25 11:11:28 +0200 |
commit | d67e22ab8eafe1856ce6f112c019b42cd0366a31 (patch) | |
tree | fee3908c88edeefe60e2d1572992a4582a43e283 /net-libs/gsoap/files | |
parent | net-libs/gsoap: Version 2.8.84 stable for amd64 and x86 (diff) | |
download | gentoo-d67e22ab8eafe1856ce6f112c019b42cd0366a31.tar.gz gentoo-d67e22ab8eafe1856ce6f112c019b42cd0366a31.tar.bz2 gentoo-d67e22ab8eafe1856ce6f112c019b42cd0366a31.zip |
net-libs/gsoap: Removed old.
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'net-libs/gsoap/files')
-rw-r--r-- | net-libs/gsoap/files/gsoap-2.8.70-xlocale_h.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/net-libs/gsoap/files/gsoap-2.8.70-xlocale_h.patch b/net-libs/gsoap/files/gsoap-2.8.70-xlocale_h.patch deleted file mode 100644 index fd550dd2670d..000000000000 --- a/net-libs/gsoap/files/gsoap-2.8.70-xlocale_h.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- gsoap-2.8/configure.ac -+++ gsoap-2.8/configure.ac -@@ -196,15 +196,15 @@ - AC_ARG_ENABLE(xlocale, - [AC_HELP_STRING([--enable-xlocale], - [compile library with forced inclusion of xlocale.h])], -- [with_xlocale="$enable_xl"], -+ [with_xlocale="$enableval"], - [with_xlocale="no"]) - - AC_MSG_CHECKING(for enable xlocale usage in library) - if test "x$with_xlocale" = "xyes"; then - AC_MSG_RESULT(yes) -+ SOAPCPP2_INCLUDE_XLOCALE="-DWITH_INCLUDE_XLOCALE_H" - else - AC_MSG_RESULT(no) -- SOAPCPP2_INCLUDE_XLOCALE="-DWITH_INCLUDE_XLOCALE_H" - fi - AC_SUBST(SOAPCPP2_INCLUDE_XLOCALE) - |