svn commit: r422625 - head/graphics/pfstmo

Baptiste Daroussin bapt at FreeBSD.org
Thu Sep 22 15:00:11 UTC 2016


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 at 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 \


More information about the svn-ports-head mailing list