summaryrefslogtreecommitdiff
path: root/net-libs/gsoap/files/gsoap-2.8.70-xlocale_h.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-10-22 11:09:47 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-10-22 11:09:47 +0100
commit64e107b9b6058580ff0432107eb37cefb0b2a7d8 (patch)
tree9a44e603e2ae365e2b1fe35ac37f73e830cdee1d /net-libs/gsoap/files/gsoap-2.8.70-xlocale_h.patch
parent957235cf19a691360c720f7913672adda4258ed0 (diff)
gentoo resync : 22.10.2018
Diffstat (limited to 'net-libs/gsoap/files/gsoap-2.8.70-xlocale_h.patch')
-rw-r--r--net-libs/gsoap/files/gsoap-2.8.70-xlocale_h.patch20
1 files changed, 20 insertions, 0 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
new file mode 100644
index 000000000000..fd550dd2670d
--- /dev/null
+++ b/net-libs/gsoap/files/gsoap-2.8.70-xlocale_h.patch
@@ -0,0 +1,20 @@
+--- 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)
+