diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2014-05-26 07:31:41 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2014-05-26 07:31:41 +0000 |
commit | 2f4a8bc0cd5d4ab521b77df5d856b8001b41c011 (patch) | |
tree | ffd4be8d31565aa723a2b1b42df74b2ae80a80b0 /graphics/rawtherapee | |
parent | 90a58a4d1e3a8c10ff07ad7538889f5f463150fe (diff) | |
download | ports-2f4a8bc0cd5d4ab521b77df5d856b8001b41c011.tar.gz ports-2f4a8bc0cd5d4ab521b77df5d856b8001b41c011.zip |
Notes
Diffstat (limited to 'graphics/rawtherapee')
-rw-r--r-- | graphics/rawtherapee/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/rawtherapee/Makefile b/graphics/rawtherapee/Makefile index 487b04b13127..f238c65cb94f 100644 --- a/graphics/rawtherapee/Makefile +++ b/graphics/rawtherapee/Makefile @@ -81,9 +81,9 @@ 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 +#.if ${OSVERSION} >= 1100000 +#BROKEN= rawtherapee is known to crash on -HEAD and requires debugging that the maintainer cannot provide. +#.endif # ------------------------------------------------------------------- |