aboutsummaryrefslogtreecommitdiff
path: root/graphics/art
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2023-03-09 01:00:45 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2023-03-09 01:01:40 +0000
commit89db86003595725638977f09c2435f5f60ec0835 (patch)
tree1ef04dbfee31533dfa8ec92eaa72ec922350b3ef /graphics/art
parent98a3ab640c41ac930d6e3393c71ee166e0e85ffa (diff)
downloadports-89db86003595725638977f09c2435f5f60ec0835.tar.gz
ports-89db86003595725638977f09c2435f5f60ec0835.zip
graphics/art: Re-enable OPENMP option
The SEGV problem is now gone.
Diffstat (limited to 'graphics/art')
-rw-r--r--graphics/art/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/art/Makefile b/graphics/art/Makefile
index 9f48bb1554ab..bff4089575f6 100644
--- a/graphics/art/Makefile
+++ b/graphics/art/Makefile
@@ -1,5 +1,6 @@
PORTNAME= art
DISTVERSION= 1.18.1
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= https://bitbucket.org/agriggio/art/downloads/
PKGNAMESUFFIX= -raw-image-editor
@@ -39,12 +40,11 @@ LDFLAGS+= -lpthread # otherwise build breaks on some systems: error: undefined s
.if exists(/usr/include/omp.h)
OPTIONS_DEFINE= OPENMP
-#OPTIONS_DEFAULT= OPENMP
+OPTIONS_DEFAULT= OPENMP
OPENMP_CMAKE_BOOL= OPTION_OMP
-OPENMP_BROKEN= OpenMP causes asserts, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261360
.else
-CMAKE_ARGS= -DOPTION_OMP:BOOL=OFF
+CMAKE_OFF= OPTION_OMP
.endif
post-install: