SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View 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