Skip to content

Commit

Permalink
openexr: update compiler requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
alarixnia committed Oct 23, 2024
1 parent 1dafb59 commit e42b790
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions graphics/openexr/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.64 2024/10/22 07:49:21 wiz Exp $
# $NetBSD: Makefile,v 1.65 2024/10/23 15:18:13 nia Exp $

DISTNAME= openexr-3.3.1
CATEGORIES= graphics
Expand All @@ -13,7 +13,7 @@ LICENSE= modified-bsd

USE_LANGUAGES= c c++

USE_CXX_FEATURES+= c++14
USE_CXX_FEATURES+= c++17 filesystem

USE_TOOLS+= pkg-config

Expand Down
4 changes: 2 additions & 2 deletions graphics/openexr/buildlink3.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: buildlink3.mk,v 1.25 2024/10/19 11:55:04 wiz Exp $
# $NetBSD: buildlink3.mk,v 1.26 2024/10/23 15:18:13 nia Exp $

BUILDLINK_TREE+= openexr

Expand All @@ -11,7 +11,7 @@ BUILDLINK_PKGSRCDIR.openexr?= ../../graphics/openexr

PTHREAD_OPTS+= require

USE_CXX_FEATURES+= c++14
USE_CXX_FEATURES+= c++17 filesystem

.include "../../devel/libdeflate/buildlink3.mk"
.include "../../math/imath/buildlink3.mk"
Expand Down

0 comments on commit e42b790

Please sign in to comment.