pkgsrc-Changes archive

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

CVS commit: pkgsrc/fonts/woff2



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Aug 11 08:27:08 UTC 2025

Modified Files:
        pkgsrc/fonts/woff2: Makefile

Log Message:
woff2: set minimum cmake version to 3.5

allows building with cmake 4


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/fonts/woff2/Makefile

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

Modified files:

Index: pkgsrc/fonts/woff2/Makefile
diff -u pkgsrc/fonts/woff2/Makefile:1.6 pkgsrc/fonts/woff2/Makefile:1.7
--- pkgsrc/fonts/woff2/Makefile:1.6     Mon Apr 28 19:19:39 2025
+++ pkgsrc/fonts/woff2/Makefile Mon Aug 11 08:27:08 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2025/04/28 19:19:39 tnn Exp $
+# $NetBSD: Makefile,v 1.7 2025/08/11 08:27:08 wiz Exp $
 
 DISTNAME=      woff2-1.0.2
 PKGREVISION=   3
@@ -14,6 +14,7 @@ LICENSE=      mit
 USE_LANGUAGES= c c++
 
 CMAKE_CONFIGURE_ARGS+= -DCANONICAL_PREFIXES=ON
+CMAKE_CONFIGURE_ARGS+= -DCMAKE_POLICY_VERSION_MINIMUM=3.5
 
 PKGCONFIG_OVERRIDE=            libwoff2common.pc
 PKGCONFIG_OVERRIDE+=           libwoff2dec.pc



Home | Main Index | Thread Index | Old Index