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-gcs_src_gcs_spread_cpp
Normal file
12
databases/galera/patches/patch-gcs_src_gcs_spread_cpp
Normal file
|
@ -0,0 +1,12 @@
|
|||
Index: gcs/src/gcs_spread.cpp
|
||||
--- gcs/src/gcs_spread.cpp.orig
|
||||
+++ gcs/src/gcs_spread.cpp
|
||||
@@ -654,7 +654,7 @@ GCS_BACKEND_CREATE_FN(gcs_spread_create)
|
||||
if (spread_priv_name (spread->priv_name,
|
||||
#if defined(__sun__)
|
||||
getexecname (),
|
||||
-#elif defined(__APPLE__) || defined(__FreeBSD__)
|
||||
+#elif defined(__APPLE__) || defined(__FreeBSD__) || defined(__OpenBSD__)
|
||||
getprogname (),
|
||||
#elif defined(__linux__)
|
||||
program_invocation_short_name,
|
Loading…
Add table
Add a link
Reference in a new issue