pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/multimedia/ogmtools
Module Name: pkgsrc
Committed By: rhialto
Date: Mon Oct 2 10:58:33 UTC 2023
Modified Files:
pkgsrc/multimedia/ogmtools: Makefile
Log Message:
multimedia/ogmtools: didn't build with c++17; force c++11.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/multimedia/ogmtools/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/multimedia/ogmtools/Makefile
diff -u pkgsrc/multimedia/ogmtools/Makefile:1.15 pkgsrc/multimedia/ogmtools/Makefile:1.16
--- pkgsrc/multimedia/ogmtools/Makefile:1.15 Fri May 22 12:43:53 2020
+++ pkgsrc/multimedia/ogmtools/Makefile Mon Oct 2 10:58:33 2023
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.15 2020/05/22 12:43:53 adam Exp $
+# $NetBSD: Makefile,v 1.16 2023/10/02 10:58:33 rhialto Exp $
#
DISTNAME= ogmtools-1.5
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= multimedia
MASTER_SITES= https://www.bunkus.org/videotools/ogmtools/
EXTRACT_SUFX= .tar.bz2
@@ -12,6 +12,7 @@ HOMEPAGE= https://www.bunkus.org/videoto
COMMENT= Ogg Media files manipulation tools
USE_LANGUAGES= c c++
+FORCE_CXX_STD= c++11
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --with-dvdread-includes=${BUILDLINK_DIR:Q}
Home |
Main Index |
Thread Index |
Old Index