pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/hyperscan
Module Name: pkgsrc
Committed By: wiz
Date: Tue Aug 19 08:45:55 UTC 2025
Modified Files:
pkgsrc/devel/hyperscan: Makefile
Log Message:
hyperscan: fix build with cmake 4
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/hyperscan/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/hyperscan/Makefile
diff -u pkgsrc/devel/hyperscan/Makefile:1.24 pkgsrc/devel/hyperscan/Makefile:1.25
--- pkgsrc/devel/hyperscan/Makefile:1.24 Thu Apr 17 21:50:21 2025
+++ pkgsrc/devel/hyperscan/Makefile Tue Aug 19 08:45:55 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2025/04/17 21:50:21 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2025/08/19 08:45:55 wiz Exp $
DISTNAME= hyperscan-5.4.2
PKGREVISION= 1
@@ -25,6 +25,7 @@ CMAKE_CONFIGURE_ARGS+= -DBUILD_EXAMPLES=
# Static libs are needed to build Chimera.
# Chimera is required for py-hyperscan.
CMAKE_CONFIGURE_ARGS+= -DBUILD_STATIC_AND_SHARED=ON
+CMAKE_CONFIGURE_ARGS+= -DCMAKE_POLICY_VERSION_MINIMUM=3.5
PKGCONFIG_OVERRIDE+= chimera/libch.pc.in
PKGCONFIG_OVERRIDE+= libhs.pc.in
Home |
Main Index |
Thread Index |
Old Index