pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/gdbm
Module Name: pkgsrc
Committed By: js
Date: Sun Apr 20 20:32:46 UTC 2025
Modified Files:
pkgsrc/databases/gdbm: Makefile.common
Log Message:
Fix building databases/gdbm with GCC 15
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/databases/gdbm/Makefile.common
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/databases/gdbm/Makefile.common
diff -u pkgsrc/databases/gdbm/Makefile.common:1.14 pkgsrc/databases/gdbm/Makefile.common:1.15
--- pkgsrc/databases/gdbm/Makefile.common:1.14 Sat Jan 11 13:57:43 2025
+++ pkgsrc/databases/gdbm/Makefile.common Sun Apr 20 20:32:46 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.14 2025/01/11 13:57:43 ryoon Exp $
+# $NetBSD: Makefile.common,v 1.15 2025/04/20 20:32:46 js Exp $
#
# used by databases/gdbm/Makefile
# used by databases/gdbm_compat/Makefile
@@ -19,4 +19,7 @@ USE_LIBTOOL= yes
USE_TOOLS+= gmake
GNU_CONFIGURE= yes
+# error: 'bool' cannot be used here
+FORCE_C_STD= gnu99
+
TEST_TARGET= check
Home |
Main Index |
Thread Index |
Old Index