From eb2e09e54c4775322e2e5a4aed4e9b01df530405 Mon Sep 17 00:00:00 2001 From: Matthieu Herrb Date: Sun, 12 Mar 2023 17:22:08 +0000 Subject: Update all font packages to latest versions. Main change is the use of the new XORG_DEFAULT_NOCODE_OPTIONS autotools option that reduces the configure scripts by a fair amount. Will speed up builds a bit. No actual changes to fonts. --- font/bitstream-75dpi/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'font/bitstream-75dpi/Makefile.am') diff --git a/font/bitstream-75dpi/Makefile.am b/font/bitstream-75dpi/Makefile.am index b09a99e59..fd6c4f40a 100644 --- a/font/bitstream-75dpi/Makefile.am +++ b/font/bitstream-75dpi/Makefile.am @@ -56,13 +56,13 @@ SUFFIXES = .bdf .pcf$(COMPRESS_SUFFIX) .bdf.pcf$(COMPRESS_SUFFIX): @rm -f $@ - $(AM_V_GEN)$(BDFTOPCF) -t $< | $(COMPRESS) > $@ + $(AM_V_GEN)$(BDFTOPCF) -t $< | $(COMPRESS) $(COMPRESS_FLAGS) > $@ fontdir = @FONTDIR@ font_DATA = $(PCF_FILES) CLEANFILES = $(font_DATA) -EXTRA_DIST = $(BDF_FILES) +EXTRA_DIST = $(BDF_FILES) README.md MAINTAINERCLEANFILES = ChangeLog INSTALL -- cgit v1.2.3