diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2011-06-07 13:37:19 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2011-06-07 13:37:19 +0000 |
commit | d4758d02b17cdf7a9c48e31e57c31a901945270f (patch) | |
tree | bbb43adf85a780799c5ba49436ecf452763835d1 /x11-toolkits/gigi | |
parent | 7bd02d2b01a0f2917d42b1ad8c5f6643f97df07f (diff) | |
download | ports-d4758d02b17cdf7a9c48e31e57c31a901945270f.tar.gz ports-d4758d02b17cdf7a9c48e31e57c31a901945270f.zip |
Notes
Diffstat (limited to 'x11-toolkits/gigi')
-rw-r--r-- | x11-toolkits/gigi/files/patch-CG-adobe-cmath.hpp | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/x11-toolkits/gigi/files/patch-CG-adobe-cmath.hpp b/x11-toolkits/gigi/files/patch-CG-adobe-cmath.hpp new file mode 100644 index 000000000000..b52e0ba26740 --- /dev/null +++ b/x11-toolkits/gigi/files/patch-CG-adobe-cmath.hpp @@ -0,0 +1,22 @@ + +--- GG/adobe/cmath.hpp.orig 2011-01-05 13:35:35.631436941 +0200 ++++ GG/adobe/cmath.hpp 2011-01-05 13:35:50.973926288 +0200 +@@ -37,14 +37,14 @@ + + #define ADOBE_HAS_CPP_CMATH + +-#elif ((__GNUC__ == 4) && (__GNUC_MINOR__ <= 4)) ++#elif ((__GNUC__ == 4) && (__GNUC_MINOR__ <= 6)) + /* + The currently supported version of GNUC has C99 extensions in math.h. But no TR1 extensions. + */ + #define ADOBE_HAS_C99_MATH_H + + #else +-#error "Unknown GCC compiler configuration for cmath (last known version is 4.0.1)." ++#error "Unknown GCC compiler configuration for cmath (last known version is 4.6.0)." + #endif + + #elif defined(_MSC_VER) + + |