SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
24
devel/gsoap/patches/patch-gsoap_stdsoap2_h
Normal file
24
devel/gsoap/patches/patch-gsoap_stdsoap2_h
Normal file
|
@ -0,0 +1,24 @@
|
|||
Index: gsoap/stdsoap2.h
|
||||
--- gsoap/stdsoap2.h.orig
|
||||
+++ gsoap/stdsoap2.h
|
||||
@@ -604,7 +604,9 @@ extern intmax_t __strtoull(const char*, char**, int);
|
||||
# define HAVE_STRTOUL
|
||||
# define HAVE_STRTOLL
|
||||
# define HAVE_STRTOULL
|
||||
-# define HAVE_SYS_TIMEB_H
|
||||
+# ifndef __OpenBSD__
|
||||
+# define HAVE_SYS_TIMEB_H
|
||||
+# endif
|
||||
# define HAVE_FTIME
|
||||
# define HAVE_RAND_R
|
||||
# define HAVE_GETHOSTBYNAME_R
|
||||
@@ -815,9 +817,6 @@ extern intmax_t __strtoull(const char*, char**, int);
|
||||
# include <sys/types.h>
|
||||
# endif
|
||||
# ifndef WITH_LEAN
|
||||
-# ifdef HAVE_SYS_TIMEB_H
|
||||
-# include <sys/timeb.h> /* for ftime() */
|
||||
-# endif
|
||||
# include <time.h>
|
||||
# endif
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue