diff options
author | Larry Rosenman <ler@FreeBSD.org> | 2018-12-13 10:47:21 +0000 |
---|---|---|
committer | Larry Rosenman <ler@FreeBSD.org> | 2018-12-13 10:47:21 +0000 |
commit | fea0f9bde155588c72b94fe4f32420d007b0a907 (patch) | |
tree | cd0195f6d4a488bc055666d0c6795931094e1d12 /astro/boinc-setiathome/files | |
parent | 473719b0eacf8e6fb9a7e48597554e6d955e4307 (diff) | |
download | ports-fea0f9bde155588c72b94fe4f32420d007b0a907.tar.gz ports-fea0f9bde155588c72b94fe4f32420d007b0a907.zip |
Notes
Diffstat (limited to 'astro/boinc-setiathome/files')
-rw-r--r-- | astro/boinc-setiathome/files/patch-client_seti.h | 14 | ||||
-rw-r--r-- | astro/boinc-setiathome/files/patch-configure.ac (renamed from astro/boinc-setiathome/files/patch-sah__config.h) | 8 |
2 files changed, 18 insertions, 4 deletions
diff --git a/astro/boinc-setiathome/files/patch-client_seti.h b/astro/boinc-setiathome/files/patch-client_seti.h new file mode 100644 index 000000000000..a8e2e7001e31 --- /dev/null +++ b/astro/boinc-setiathome/files/patch-client_seti.h @@ -0,0 +1,14 @@ +--- client/seti.h.orig 2018-12-13 10:21:28 UTC ++++ client/seti.h +@@ -53,9 +53,9 @@ typedef uint64_t sh_uint8_t; + + #ifdef PRId64 + // If print formats are defined +-#define SINT8_FMT "%"PRId64 ++#define SINT8_FMT "%" PRId64 + #define SINT8_FMT_CAST(x) (x) +-#define UINT8_FMT "%"PRIu64 ++#define UINT8_FMT "%" PRIu64 + #define UINT8_FMT_CAST(x) (x) + #else + // play it safe. It'll work through 49 bits at least. diff --git a/astro/boinc-setiathome/files/patch-sah__config.h b/astro/boinc-setiathome/files/patch-configure.ac index 1cdb029c4141..a18209eb4f20 100644 --- a/astro/boinc-setiathome/files/patch-sah__config.h +++ b/astro/boinc-setiathome/files/patch-configure.ac @@ -1,11 +1,11 @@ ---- sah_config.h.orig 2018-01-14 23:23:42 UTC -+++ sah_config.h -@@ -774,7 +774,7 @@ +--- configure.ac.orig 2018-12-13 10:20:53 UTC ++++ configure.ac +@@ -658,7 +658,7 @@ AH_BOTTOM([ #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 ++#define CUSTOM_STRING PACKAGE_STRING " " SVN_REV " " COMPILER_STRING #endif #include "std_fixes.h" |