aboutsummaryrefslogtreecommitdiff
path: root/graphics/vigra
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-04 16:14:12 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-04 16:14:12 +0000
commitbaeb2cd0fc1bcdf9a339915b464486384ec8c242 (patch)
tree12d6e9d625a20ed8a56e5d64c975141d02ec346e /graphics/vigra
parent79fe699d74e9db728850450cdf7e6020abeb077e (diff)
downloadports-baeb2cd0fc1bcdf9a339915b464486384ec8c242.tar.gz
ports-baeb2cd0fc1bcdf9a339915b464486384ec8c242.zip
Remove patch that is not needed anymore (tested on 8.3 and 9.1) and that makes clang+libc++ failing to build properly the port
Notes
Notes: svn path=/head/; revision=326290
Diffstat (limited to 'graphics/vigra')
-rw-r--r--graphics/vigra/files/patch-include__vigra__mathutil.hxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/graphics/vigra/files/patch-include__vigra__mathutil.hxx b/graphics/vigra/files/patch-include__vigra__mathutil.hxx
index 6bdb3286b93e..e6a4923dfc95 100644
--- a/graphics/vigra/files/patch-include__vigra__mathutil.hxx
+++ b/graphics/vigra/files/patch-include__vigra__mathutil.hxx
@@ -1,14 +1,5 @@
--- include/vigra/mathutil.hxx.orig 2011-09-20 18:38:36.000000000 +0000
+++ include/vigra/mathutil.hxx
-@@ -149,7 +149,7 @@ VIGRA_DEFINE_UNSIGNED_ABS(unsigned long
- VIGRA_DEFINE_MISSING_ABS(signed char)
- 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__ < 3) || defined(__clang__)
- VIGRA_DEFINE_MISSING_ABS(signed long long)
- #endif
-
@@ -553,7 +553,12 @@ VIGRA_DEFINE_NORM(int)
VIGRA_DEFINE_NORM(unsigned int)
VIGRA_DEFINE_NORM(long)