diff options
author | bapt <bapt@FreeBSD.org> | 2016-09-22 23:00:10 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2016-09-22 23:00:10 +0800 |
commit | b4bc9167834082756ed8aa65830e3d20428d4025 (patch) | |
tree | d3b4f1d01b1dd2fbd5021352e515935fd9ab4373 /graphics | |
parent | 79f3c8ffcd834a73386875eba96c995e1d6eb3cd (diff) | |
download | freebsd-ports-gnome-b4bc9167834082756ed8aa65830e3d20428d4025.tar.gz freebsd-ports-gnome-b4bc9167834082756ed8aa65830e3d20428d4025.tar.zst freebsd-ports-gnome-b4bc9167834082756ed8aa65830e3d20428d4025.zip |
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
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/pfstmo/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/pfstmo/Makefile b/graphics/pfstmo/Makefile index 55fc70df9624..6a2451bd3403 100644 --- a/graphics/pfstmo/Makefile +++ b/graphics/pfstmo/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= SF/pfstools/${PORTNAME}/${PORTVERSION} 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 \ |