pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/libgltf
Module Name: pkgsrc
Committed By: wiz
Date: Wed Jan 24 16:45:34 UTC 2024
Modified Files:
pkgsrc/graphics/libgltf: Makefile
Log Message:
libgltf: needs c++11 now due to boost
Fix HOMEPAGE while here.
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/graphics/libgltf/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/libgltf/Makefile
diff -u pkgsrc/graphics/libgltf/Makefile:1.30 pkgsrc/graphics/libgltf/Makefile:1.31
--- pkgsrc/graphics/libgltf/Makefile:1.30 Fri Dec 29 18:24:48 2023
+++ pkgsrc/graphics/libgltf/Makefile Wed Jan 24 16:45:34 2024
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.30 2023/12/29 18:24:48 adam Exp $
+# $NetBSD: Makefile,v 1.31 2024/01/24 16:45:34 wiz Exp $
DISTNAME= libgltf-0.1.0
-PKGREVISION= 17
+PKGREVISION= 18
CATEGORIES= graphics
MASTER_SITES= http://dev-www.libreoffice.org/src/libgltf/
MAINTAINER= ryoon%NetBSD.org@localhost
-HOMEPAGE= https://gerrit.libreoffice.org/#/admin/projects/libgltf
+HOMEPAGE= https://gerrit.libreoffice.org/admin/repos/libgltf,general
COMMENT= Rendering library for glTF
LICENSE= mpl-2.0
@@ -16,7 +16,7 @@ USE_TOOLS+= pkg-config
USE_LANGUAGES= c c++
# Fails with C++14 default language.
-FORCE_CXX_STD= c++03
+FORCE_CXX_STD= c++11
PKGCONFIG_OVERRIDE+= libgltf.pc.in
Home |
Main Index |
Thread Index |
Old Index