SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
12
databases/galera/patches/patch-galerautils_src_gu_system_h
Normal file
12
databases/galera/patches/patch-galerautils_src_gu_system_h
Normal file
|
@ -0,0 +1,12 @@
|
|||
Index: galerautils/src/gu_system.h
|
||||
--- galerautils/src/gu_system.h.orig
|
||||
+++ galerautils/src/gu_system.h
|
||||
@@ -23,7 +23,7 @@ extern "C" {
|
||||
|
||||
#if defined(__sun__)
|
||||
# define GU_SYS_PROGRAM_NAME getexecname ()
|
||||
-#elif defined(__APPLE__) || defined(__FreeBSD__)
|
||||
+#elif defined(__APPLE__) || defined(__FreeBSD__) || defined(__OpenBSD__)
|
||||
# define GU_SYS_PROGRAM_NAME getprogname ()
|
||||
#elif defined(__linux__)
|
||||
# define GU_SYS_PROGRAM_NAME program_invocation_name
|
Loading…
Add table
Add a link
Reference in a new issue