diff options
author | miwi <miwi@FreeBSD.org> | 2013-03-14 19:49:12 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-03-14 19:49:12 +0800 |
commit | 6051583bb1573b90043b2d11a1e15fd593d37a88 (patch) | |
tree | adb6f14ab2755970377e72d2a1036ee6abf9b527 /science | |
parent | ec7a22bc939b17a8078b0f7fe5bf801323b723a6 (diff) | |
download | freebsd-ports-gnome-6051583bb1573b90043b2d11a1e15fd593d37a88.tar.gz freebsd-ports-gnome-6051583bb1573b90043b2d11a1e15fd593d37a88.tar.zst freebsd-ports-gnome-6051583bb1573b90043b2d11a1e15fd593d37a88.zip |
- Unbreak build with clang
PR: i176346
Submitted by: Anton Shterenlikht <mexas@bristol.ac.uk>
Approved by: maintainer timeout
Diffstat (limited to 'science')
-rw-r--r-- | science/paraview/Makefile | 7 |
1 files 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" \ |