pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/vigra



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Mar  4 06:12:23 UTC 2025

Modified Files:
        pkgsrc/graphics/vigra: Makefile

Log Message:
vigra: uses C++11


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/graphics/vigra/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/vigra/Makefile
diff -u pkgsrc/graphics/vigra/Makefile:1.44 pkgsrc/graphics/vigra/Makefile:1.45
--- pkgsrc/graphics/vigra/Makefile:1.44 Mon Nov 18 10:32:42 2024
+++ pkgsrc/graphics/vigra/Makefile      Tue Mar  4 06:12:23 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2024/11/18 10:32:42 adam Exp $
+# $NetBSD: Makefile,v 1.45 2025/03/04 06:12:23 adam Exp $
 
 DISTNAME=      vigra-1.12.1-src
 PKGNAME=       ${DISTNAME:S/-src//}
@@ -16,6 +16,7 @@ WRKSRC=               ${WRKDIR}/vigra-${GITHUB_TAG}
 
 TOOL_DEPENDS+= doxygen-[0-9]*:../../devel/doxygen
 
+USE_CXX_FEATURES=      c++11
 USE_LANGUAGES=         c c++
 USE_TOOLS+=            pkg-config
 



Home | Main Index | Thread Index | Old Index