Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Sep 2016 15:00:10 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r422625 - head/graphics/pfstmo
Message-ID:  <201609221500.u8MF0Ab9052807@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Thu Sep 22 15:00:10 2016
New Revision: 422625
URL: https://svnweb.freebsd.org/changeset/ports/422625

Log:
  Force usage of gcc because this ports does not work with clang
  and not because of openmp
  
  Note that this port should just be removed when pfstools has been
  updated to version 2 which now includes this code directly

Modified:
  head/graphics/pfstmo/Makefile

Modified: head/graphics/pfstmo/Makefile
==============================================================================
--- head/graphics/pfstmo/Makefile	Thu Sep 22 14:32:52 2016	(r422624)
+++ head/graphics/pfstmo/Makefile	Thu Sep 22 15:00:10 2016	(r422625)
@@ -10,6 +10,8 @@ MASTER_SITES=	SF/pfstools/${PORTNAME}/${
 MAINTAINER=	ii@any.com.ru
 COMMENT=	Tone mapping operators
 
+USE_GCC=	any
+
 LIB_DEPENDS=	libpfs-1.2.so:graphics/pfstools \
 		libfftw3.so:math/fftw3 \
 		libfftw3f.so:math/fftw3-float \



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