pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/libxkbfile
Module Name: pkgsrc
Committed By: nia
Date: Wed Feb 21 10:32:01 UTC 2024
Modified Files:
pkgsrc/x11/libxkbfile: Makefile
Log Message:
libxkbfile: Fix building with compilers that default to c89.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/x11/libxkbfile/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/libxkbfile/Makefile
diff -u pkgsrc/x11/libxkbfile/Makefile:1.15 pkgsrc/x11/libxkbfile/Makefile:1.16
--- pkgsrc/x11/libxkbfile/Makefile:1.15 Fri Feb 9 21:13:53 2024
+++ pkgsrc/x11/libxkbfile/Makefile Wed Feb 21 10:32:01 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2024/02/09 21:13:53 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2024/02/21 10:32:01 nia Exp $
DISTNAME= libxkbfile-1.1.3
CATEGORIES= x11
@@ -11,6 +11,9 @@ COMMENT= The xkbfile Library from modul
USE_TOOLS+= pkg-config
+USE_CC_FEATURES+= c99
+FORCE_C_STD= gnu99
+
PKGCONFIG_OVERRIDE+= output/xkbfile.pc
PKGCONFIG_OVERRIDE_STAGE= post-configure
Home |
Main Index |
Thread Index |
Old Index