We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d6915a commit 1e614e9Copy full SHA for 1e614e9
1 file changed
external/mit/xorg/tools/fc-cache/Makefile
@@ -1,4 +1,4 @@
1
-# $NetBSD: Makefile,v 1.23 2025/07/20 12:32:19 hans Exp $
+# $NetBSD: Makefile,v 1.24 2025/10/13 14:03:47 jakllsch Exp $
2
3
.include <bsd.hostinit.mk>
4
@@ -89,7 +89,7 @@ SRCS.expat= xmlparse.c xmltok.c xmlrole.c
89
SRCS= ${SRCS.fc-cache} ${SRCS.fontconfig} ${SRCS.freetype} ${SRCS.expat}
90
91
# XXX FONTCONFIG_PATH was arbitrarily chosen
92
-HOST_CFLAGS= -std=c99
+HOST_CFLAGS= -std=gnu99
93
HOST_CPPFLAGS= -DFONTCONFIG_PATH='"${DESTDIR}/etc/X11/fonts"' \
94
-DFC_DEFAULT_FONTS='"${X11FONTDIR}/Type1"' \
95
-DFC_TEMPLATEDIR='"${DESTDIR}${X11FONTDIR}"' \
0 commit comments