git: 0d8b545a1dd7 - main - multimedia/libopenshot: Fix check for omp.h on all architectures
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Dec 2022 16:25:15 UTC
The branch main has been updated by eduardo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0d8b545a1dd7610871ead3379243dbef2b569016
commit 0d8b545a1dd7610871ead3379243dbef2b569016
Author: Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2022-12-30 16:22:42 +0000
Commit: Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2022-12-30 16:24:48 +0000
multimedia/libopenshot: Fix check for omp.h on all architectures
PR: 268317
Reported by: pkubaj
---
multimedia/libopenshot/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/multimedia/libopenshot/Makefile b/multimedia/libopenshot/Makefile
index a08c1f59bb4b..30f67e23ded9 100644
--- a/multimedia/libopenshot/Makefile
+++ b/multimedia/libopenshot/Makefile
@@ -1,6 +1,7 @@
PORTNAME= libopenshot
DISTVERSIONPREFIX= v
DISTVERSION= 0.3.0
+PORTREVISION= 1
CATEGORIES= multimedia
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -54,8 +55,7 @@ OPENCV_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_OpenCV\
OPENCV_CMAKE_ON= -DOpenCV_DIR:STRING=${LOCALBASE:Q}/cmake/opencv4
.if !exists(/usr/include/omp.h)
-USES+= compiler:c++14-lang
-USE_GCC= yes
+USES+= gcc-c++11-lib
.else
USES+= compiler:c++14-lang
.endif