summaryrefslogtreecommitdiff
path: root/graphics/vigra/files/patch-include__vigra__mathutil.hxx
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2012-06-09 13:08:32 +0000
committerDima Panov <fluffy@FreeBSD.org>2012-06-09 13:08:32 +0000
commiteada5a6c8fe83a7c992092125630c71bd5039e4e (patch)
tree7799c941e957d7dc10bb4d283c5bc97ecce1a3da /graphics/vigra/files/patch-include__vigra__mathutil.hxx
parent- mark BROKEN (diff)
- Unbreak with base gcc 4.2.1
- Handle both fftw dependencies at once - No PORTREVISION bump, users with broken build never got this update - Take maintainership due to vd@'s ENOTIME Approved by: vd (maintainer, via email)
Notes
Notes: svn path=/head/; revision=298854
Diffstat (limited to 'graphics/vigra/files/patch-include__vigra__mathutil.hxx')
-rw-r--r--graphics/vigra/files/patch-include__vigra__mathutil.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/vigra/files/patch-include__vigra__mathutil.hxx b/graphics/vigra/files/patch-include__vigra__mathutil.hxx
index 7e2b1bf613a6..6bdb3286b93e 100644
--- a/graphics/vigra/files/patch-include__vigra__mathutil.hxx
+++ b/graphics/vigra/files/patch-include__vigra__mathutil.hxx
@@ -5,7 +5,7 @@
VIGRA_DEFINE_MISSING_ABS(signed short)
-#if defined(_MSC_VER) && _MSC_VER < 1600
-+#if defined(_MSC_VER) && _MSC_VER < 1600 || defined(__GNUC__) && (__GNUC__ < 4 || __GNUC__ == 4 && __GNUC_MINOR__ < 2) || defined(__clang__)
++#if defined(_MSC_VER) && _MSC_VER < 1600 || defined(__GNUC__) && (__GNUC__ < 4 || __GNUC__ == 4 && __GNUC_MINOR__ < 3) || defined(__clang__)
VIGRA_DEFINE_MISSING_ABS(signed long long)
#endif