diff options
author | nia <nia@pkgsrc.org> | 2022-02-13 10:53:12 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2022-02-13 10:53:12 +0000 |
commit | 224cd04a67c6e3be9e6463389a310ea1ef70349f (patch) | |
tree | 747ff274ab7d4526401d66779ca1779e2d633e53 /graphics/darktable/Makefile | |
parent | 61317d9825054fb22934089df97e38b1a78cedf1 (diff) | |
download | pkgsrc-224cd04a67c6e3be9e6463389a310ea1ef70349f.tar.gz |
darktable: disable some more Werror
Diffstat (limited to 'graphics/darktable/Makefile')
-rw-r--r-- | graphics/darktable/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/darktable/Makefile b/graphics/darktable/Makefile index 2dab393083e..4691703b3ff 100644 --- a/graphics/darktable/Makefile +++ b/graphics/darktable/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.126 2021/12/08 16:04:50 adam Exp $ +# $NetBSD: Makefile,v 1.127 2022/02/13 10:53:12 nia Exp $ DISTNAME= darktable-3.6.1 PKGREVISION= 1 @@ -31,6 +31,7 @@ CMAKE_ARGS+= -DBINARY_PACKAGE_BUILD=Yes CMAKE_ARGS+= -Wno-dev CMAKE_ARGS+= -DWITH_OPENMP=OFF CMAKE_ARGS+= -DUSE_COLORD=OFF +CMAKE_ARGS+= -DRAWSPEED_ENABLE_WERROR=OFF CONFIGURE_DIRS= ../pkgsrc_build CMAKE_ARG_PATH= ${WRKSRC} |