pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/opencv opencv: Remove a -Werror causing issue...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/82be71e77dbe
branches:  trunk
changeset: 378584:82be71e77dbe
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Wed May 04 17:51:33 2022 +0000

description:
opencv: Remove a -Werror causing issues on SunOS.

diffstat:

 graphics/opencv/Makefile.common |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 5b195af21f8d -r 82be71e77dbe graphics/opencv/Makefile.common
--- a/graphics/opencv/Makefile.common   Wed May 04 17:39:17 2022 +0000
+++ b/graphics/opencv/Makefile.common   Wed May 04 17:51:33 2022 +0000
@@ -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.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