pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/darktable



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Feb 13 10:53:12 UTC 2022

Modified Files:
        pkgsrc/graphics/darktable: Makefile

Log Message:
darktable: disable some more Werror


To generate a diff of this commit:
cvs rdiff -u -r1.126 -r1.127 pkgsrc/graphics/darktable/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/darktable/Makefile
diff -u pkgsrc/graphics/darktable/Makefile:1.126 pkgsrc/graphics/darktable/Makefile:1.127
--- pkgsrc/graphics/darktable/Makefile:1.126    Wed Dec  8 16:04:50 2021
+++ pkgsrc/graphics/darktable/Makefile  Sun Feb 13 10:53:12 2022
@@ -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}



Home | Main Index | Thread Index | Old Index