Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Dec 2018 00:52:31 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r488033 - head/science/InsightToolkit/files
Message-ID:  <201812220052.wBM0qV0S051606@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sat Dec 22 00:52:31 2018
New Revision: 488033
URL: https://svnweb.freebsd.org/changeset/ports/488033

Log:
  This port currently doesn't build on GCC-based architectures, due to
  not supporting GCC8.  Make GCC8 use the same macros as the newest
  supported version, GCC 7.3.
  
  PR:		234056
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Added:
  head/science/InsightToolkit/files/patch-Modules_ThirdParty_VNL_src_vxl_vcl_vcl__compiler.h   (contents, props changed)

Added: head/science/InsightToolkit/files/patch-Modules_ThirdParty_VNL_src_vxl_vcl_vcl__compiler.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/science/InsightToolkit/files/patch-Modules_ThirdParty_VNL_src_vxl_vcl_vcl__compiler.h	Sat Dec 22 00:52:31 2018	(r488033)
@@ -0,0 +1,12 @@
+--- Modules/ThirdParty/VNL/src/vxl/vcl/vcl_compiler.h.orig	2018-12-16 00:16:56 UTC
++++ Modules/ThirdParty/VNL/src/vxl/vcl/vcl_compiler.h
+@@ -86,6 +86,9 @@
+ #  else
+ #   define VCL_GCC_70
+ #  endif
++#  elif (__GNUC__==8)
++#   define VCL_GCC_7
++#   define VCL_GCC_73
+ # else
+ #  error "Dunno about this gcc"
+ # endif



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