diff options
Diffstat (limited to 'astro/boinc-setiathome/files/patch-sah__config.h')
-rw-r--r-- | astro/boinc-setiathome/files/patch-sah__config.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/astro/boinc-setiathome/files/patch-sah__config.h b/astro/boinc-setiathome/files/patch-sah__config.h new file mode 100644 index 000000000000..1cdb029c4141 --- /dev/null +++ b/astro/boinc-setiathome/files/patch-sah__config.h @@ -0,0 +1,11 @@ +--- sah_config.h.orig 2018-01-14 23:23:42 UTC ++++ sah_config.h +@@ -774,7 +774,7 @@ + #endif + + #if !defined(CUSTOM_STRING) && defined(COMPILER_STRING) +-#define CUSTOM_STRING PACKAGE_STRING" "SVN_REV" "COMPILER_STRING ++#define CUSTOM_STRING PACKAGE_STRING" " SVN_REV" " COMPILER_STRING + #endif + + #include "std_fixes.h" |