pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libebml



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Jul  9 14:14:58 UTC 2023

Modified Files:
        pkgsrc/devel/libebml: Makefile

Log Message:
libebml: Require a C++14 compiler properly.


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 pkgsrc/devel/libebml/Makefile

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

Modified files:

Index: pkgsrc/devel/libebml/Makefile
diff -u pkgsrc/devel/libebml/Makefile:1.53 pkgsrc/devel/libebml/Makefile:1.54
--- pkgsrc/devel/libebml/Makefile:1.53  Tue Jan 24 18:36:23 2023
+++ pkgsrc/devel/libebml/Makefile       Sun Jul  9 14:14:58 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2023/01/24 18:36:23 wiz Exp $
+# $NetBSD: Makefile,v 1.54 2023/07/09 14:14:58 nia Exp $
 
 DISTNAME=      libebml-1.4.4
 CATEGORIES=    devel
@@ -10,9 +10,12 @@ HOMEPAGE=    https://matroska-org.github.io
 COMMENT=       Extensible Binary Meta Language support library
 LICENSE=       gnu-lgpl-v2.1
 
-USE_LANGUAGES=         c c++14
+USE_LANGUAGES=         c c++
 CMAKE_ARGS+=           -DBUILD_SHARED_LIBS=YES
 PKGCONFIG_OVERRIDE=    libebml.pc.in
 
+# C++14
+GCC_REQD+=             5
+
 .include "../../devel/cmake/build.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index