gsoap: drop xlocale.h from headers (Arch patch)
This commit is contained in:
parent
ee0fa8ae32
commit
29fb1cd036
2 changed files with 13 additions and 1 deletions
12
srcpkgs/gsoap/patches/no-xlocale.patch
Normal file
12
srcpkgs/gsoap/patches/no-xlocale.patch
Normal file
|
@ -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
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'gsoap'
|
# Template file for 'gsoap'
|
||||||
pkgname=gsoap
|
pkgname=gsoap
|
||||||
version=2.8.63
|
version=2.8.63
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
wrksrc="${pkgname}-${version%.*}"
|
wrksrc="${pkgname}-${version%.*}"
|
||||||
disable_parallel_build=yes
|
disable_parallel_build=yes
|
||||||
|
|
Loading…
Reference in a new issue