diff --git a/srcpkgs/gsoap/patches/no-xlocale.patch b/srcpkgs/gsoap/patches/no-xlocale.patch new file mode 100644 index 00000000000..d486d5ea742 --- /dev/null +++ b/srcpkgs/gsoap/patches/no-xlocale.patch @@ -0,0 +1,12 @@ +diff --git a/gsoap/stdsoap2.h b/gsoap/stdsoap2.h +index 6871d25..d8fbafc 100644 +--- gsoap/stdsoap2.h ++++ gsoap/stdsoap2.h +@@ -464,7 +464,6 @@ extern intmax_t __strtoull(const char*, char**, int); + # define HAVE_STRTOD_L + # define HAVE_SSCANF_L + # define HAVE_LOCALE_H +-# define HAVE_XLOCALE_H + # endif + # elif defined(TRU64) + # define HAVE_SNPRINTF diff --git a/srcpkgs/gsoap/template b/srcpkgs/gsoap/template index 923e055d426..bb4b48c362f 100644 --- a/srcpkgs/gsoap/template +++ b/srcpkgs/gsoap/template @@ -1,7 +1,7 @@ # Template file for 'gsoap' pkgname=gsoap version=2.8.63 -revision=1 +revision=2 build_style=gnu-configure wrksrc="${pkgname}-${version%.*}" disable_parallel_build=yes