pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/halibut
Module Name: pkgsrc
Committed By: nia
Date: Sun Oct 12 21:12:51 UTC 2025
Modified Files:
pkgsrc/textproc/halibut: Makefile
Log Message:
halibut: Fix build with gcc4.
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/textproc/halibut/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/halibut/Makefile
diff -u pkgsrc/textproc/halibut/Makefile:1.21 pkgsrc/textproc/halibut/Makefile:1.22
--- pkgsrc/textproc/halibut/Makefile:1.21 Wed Aug 20 11:35:12 2025
+++ pkgsrc/textproc/halibut/Makefile Sun Oct 12 21:12:51 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2025/08/20 11:35:12 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2025/10/12 21:12:51 nia Exp $
DISTNAME= halibut-1.3
CATEGORIES= textproc
@@ -13,6 +13,8 @@ USE_TOOLS+= perl
INFO_FILES= yes
+FORCE_C_STD= gnu99
+
CMAKE_CONFIGURE_ARGS+= -DCMAKE_POLICY_VERSION_MINIMUM=3.5
.include "../../devel/cmake/build.mk"
Home |
Main Index |
Thread Index |
Old Index