svn commit: r483256 - head/science/InsightToolkit

Mark Linimon linimon at FreeBSD.org
Sun Oct 28 09:54:14 UTC 2018


Author: linimon
Date: Sun Oct 28 09:54:13 2018
New Revision: 483256
URL: https://svnweb.freebsd.org/changeset/ports/483256

Log:
  Fix build with GCC-based architectures.
  
  PR:		232079
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/science/InsightToolkit/Makefile

Modified: head/science/InsightToolkit/Makefile
==============================================================================
--- head/science/InsightToolkit/Makefile	Sun Oct 28 09:52:29 2018	(r483255)
+++ head/science/InsightToolkit/Makefile	Sun Oct 28 09:54:13 2018	(r483256)
@@ -21,7 +21,7 @@ LIB_DEPENDS=	libgdcmCommon.so:devel/gdcm \
 		libsz.so:science/szip \
 		libtiff.so:graphics/tiff
 
-USES=		cmake:outsource jpeg
+USES=		cmake:outsource compiler:11 jpeg
 CMAKE_ARGS+=	-DBUILD_SHARED_LIBS:BOOL=ON \
 		-DITK_USE_KWSTYLE:BOOL=OFF \
 		-DITK_USE_SYSTEM_LIBRARIES:BOOL=ON \


More information about the svn-ports-head mailing list