pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/opencv



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Wed May  4 17:51:33 UTC 2022

Modified Files:
        pkgsrc/graphics/opencv: Makefile.common

Log Message:
opencv: Remove a -Werror causing issues on SunOS.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/graphics/opencv/Makefile.common

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

Modified files:

Index: pkgsrc/graphics/opencv/Makefile.common
diff -u pkgsrc/graphics/opencv/Makefile.common:1.12 pkgsrc/graphics/opencv/Makefile.common:1.13
--- pkgsrc/graphics/opencv/Makefile.common:1.12 Mon Apr 25 22:12:56 2022
+++ pkgsrc/graphics/opencv/Makefile.common      Wed May  4 17:51:33 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.12 2022/04/25 22:12:56 tnn Exp $
+# $NetBSD: Makefile.common,v 1.13 2022/05/04 17:51:33 jperkin Exp $
 # used by graphics/opencv/Makefile
 # used by graphics/opencv-contrib-face/Makefile
 #
@@ -35,6 +35,8 @@ CMAKE_ARGS+=          -DZLIB_ROOT=${BUILDLINK_PR
 CMAKE_ARGS.SunOS+=     -DENABLE_PRECOMPILED_HEADERS=OFF
 CMAKE_ARGS.SunOS+=     -DOPENCV_PYTHON_SKIP_LINKER_EXCLUDE_LIBS=ON
 
+BUILDLINK_TRANSFORM+=  rm:-Werror=non-virtual-dtor
+
 .include "../../mk/bsd.prefs.mk"
 
 .if ${MACHINE_ARCH} == "i386"



Home | Main Index | Thread Index | Old Index