diff options
author | Timo Teräs <timo.teras@iki.fi> | 2017-08-29 13:13:21 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2017-08-29 13:19:04 +0300 |
commit | 911268569afcf0b6c7692892bb1ee439dfd4a7be (patch) | |
tree | 8f9f8b0215d53fa7373ad69e5ca59127a2d1800a /testing/stargazer/fix-name-max.patch | |
parent | ae8104f666f2e70c73b727f9ff49bf4d8589f2cc (diff) | |
download | aports-911268569afcf0b6c7692892bb1ee439dfd4a7be.tar.bz2 aports-911268569afcf0b6c7692892bb1ee439dfd4a7be.tar.xz |
testing/stargazer: include limits.h for NAME_MAX
attempt to fix ppc64le build
Diffstat (limited to 'testing/stargazer/fix-name-max.patch')
-rw-r--r-- | testing/stargazer/fix-name-max.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/stargazer/fix-name-max.patch b/testing/stargazer/fix-name-max.patch new file mode 100644 index 0000000000..987aef9d79 --- /dev/null +++ b/testing/stargazer/fix-name-max.patch @@ -0,0 +1,10 @@ +--- stg-2.408/stglibs/common.lib/include/stg/common.h.orig 2017-08-29 13:08:12.574050223 +0300 ++++ stg-2.408/stglibs/common.lib/include/stg/common.h 2017-08-29 13:08:44.261161176 +0300 +@@ -33,6 +33,7 @@ + #include <ctime> + #endif + #include <string> ++#include <limits.h> + + #include "stg/os_int.h" + #include "stg/const.h" |