Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Sep 2013 16:14:12 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r326290 - head/graphics/vigra/files
Message-ID:  <201309041614.r84GECmh082750@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Sep  4 16:14:12 2013
New Revision: 326290
URL: http://svnweb.freebsd.org/changeset/ports/326290

Log:
  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

Modified:
  head/graphics/vigra/files/patch-include__vigra__mathutil.hxx

Modified: head/graphics/vigra/files/patch-include__vigra__mathutil.hxx
==============================================================================
--- head/graphics/vigra/files/patch-include__vigra__mathutil.hxx	Wed Sep  4 15:57:35 2013	(r326289)
+++ head/graphics/vigra/files/patch-include__vigra__mathutil.hxx	Wed Sep  4 16:14:12 2013	(r326290)
@@ -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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309041614.r84GECmh082750>