svn commit: r488033 - head/science/InsightToolkit/files

Mark Linimon linimon at FreeBSD.org
Sat Dec 22 00:52:32 UTC 2018


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


More information about the svn-ports-all mailing list