From bd4c75330d45a9055d0b6dec91fb47f7ee689f58 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Thu, 14 Mar 2013 11:49:12 +0000 Subject: [PATCH] - Unbreak build with clang PR: i176346 Submitted by: Anton Shterenlikht Approved by: maintainer timeout --- science/paraview/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/science/paraview/Makefile b/science/paraview/Makefile index 207fd7a49b94..9458adcba4f8 100644 --- a/science/paraview/Makefile +++ b/science/paraview/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: paraview -# Date created: 25 May, 2005 -# Whom: anholt@FreeBSD.ORG -# +# Created by: anholt@FreeBSD.ORG # $FreeBSD$ -# PORTNAME= paraview PORTVERSION= 3.10.1 @@ -32,6 +28,7 @@ USE_GMAKE= yes USE_LDCONFIG= yes USE_PYTHON= yes USE_CMAKE= yes +USE_GCC= any #CONFLICTS= vtk-5.* CMAKE_ARGS+= -DPARAVIEW_USE_SYSTEM_HDF5=1 \ -DBUILD_SHARED_LIBS="ON" \