diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2014-02-07 08:07:41 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2014-02-07 08:07:41 +0000 |
commit | 26e5b1062b90a6e39e781243e90bc1a47a012bd3 (patch) | |
tree | 447cf5aa0f159124abafc45b3634b4f402703f66 /graphics/rawtherapee | |
parent | 7b48d5009f266291c271341f445bbc24e0fcbfb7 (diff) | |
download | ports-26e5b1062b90a6e39e781243e90bc1a47a012bd3.tar.gz ports-26e5b1062b90a6e39e781243e90bc1a47a012bd3.zip |
Notes
Diffstat (limited to 'graphics/rawtherapee')
-rw-r--r-- | graphics/rawtherapee/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/rawtherapee/Makefile b/graphics/rawtherapee/Makefile index 4ad2dfdd6b83..6e4e3803f723 100644 --- a/graphics/rawtherapee/Makefile +++ b/graphics/rawtherapee/Makefile @@ -84,6 +84,10 @@ CMAKE_ARGS+= -DOPTION_OMP:BOOL=ON CMAKE_ARGS+= -DOPTION_OMP:BOOL=OFF .endif +.if ${OSVERSION} >= 1100000 +BROKEN= rawtherapee is known to crash on -HEAD and requires debugging that the maintainer cannot provide. +.endif + # ------------------------------------------------------------------- post-patch: |