Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Apr 2021 21:21:08 GMT
From:      Kevin Bowling <kbowling@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c8f0a0b784b7 - main - multimedia/pHash: Remove compiler:openmp
Message-ID:  <202104082121.138LL85t000884@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by kbowling:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c8f0a0b784b706165d434cb3ef914545a75d6f03

commit c8f0a0b784b706165d434cb3ef914545a75d6f03
Author:     Kevin Bowling <kbowling@FreeBSD.org>
AuthorDate: 2021-04-08 21:19:59 +0000
Commit:     Kevin Bowling <kbowling@FreeBSD.org>
CommitDate: 2021-04-08 21:19:59 +0000

    multimedia/pHash: Remove compiler:openmp
    
    PR:             253895
    Approved by:    Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
---
 multimedia/pHash/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/multimedia/pHash/Makefile b/multimedia/pHash/Makefile
index 2bb033c00c7b..346e0734c3e4 100644
--- a/multimedia/pHash/Makefile
+++ b/multimedia/pHash/Makefile
@@ -35,7 +35,6 @@ JPEG_CONFIGURE_WITH=	libjpeg
 JPEG_USES=		jpeg
 
 OPENMP_CONFIGURE_ENABLE=openmp
-OPENMP_USES=		compiler:openmp
 
 PNG_CONFIGURE_WITH=	libpng
 PNG_LIB_DEPENDS=	libpng.so:graphics/png



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104082121.138LL85t000884>