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:   wiz
Date:           Thu Nov  2 21:48:52 UTC 2023

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

Log Message:
opencv: replace c++11 with c++ in USE_LANGUAGES

This way USE_CXX_FEATURES works.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 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.16 pkgsrc/graphics/opencv/Makefile.common:1.17
--- pkgsrc/graphics/opencv/Makefile.common:1.16 Thu Dec  1 13:39:03 2022
+++ pkgsrc/graphics/opencv/Makefile.common      Thu Nov  2 21:48:51 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.16 2022/12/01 13:39:03 jperkin Exp $
+# $NetBSD: Makefile.common,v 1.17 2023/11/02 21:48:51 wiz Exp $
 # used by graphics/opencv/Makefile
 # used by graphics/opencv-contrib-face/Makefile
 #
@@ -15,7 +15,7 @@ LICENSE=      modified-bsd
 PATCHDIR=      ${.CURDIR}/../../graphics/opencv/patches
 
 USE_CMAKE=             yes
-USE_LANGUAGES=         c c++11
+USE_LANGUAGES=         c c++
 USE_PKGLOCALEDIR=      yes
 USE_TOOLS+=            gmake pkg-config
 CONFIGURE_DIRS+=       build



Home | Main Index | Thread Index | Old Index