diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2023-03-12 17:22:08 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2023-03-12 17:22:08 +0000 |
commit | eb2e09e54c4775322e2e5a4aed4e9b01df530405 (patch) | |
tree | 3d12c943926261a5b5d41fb2519df5db6e97ac83 /font/bitstream-75dpi/Makefile.am | |
parent | 5027dab22840463e276f9e7da2e5478eeda79d03 (diff) |
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.
Diffstat (limited to 'font/bitstream-75dpi/Makefile.am')
-rw-r--r-- | font/bitstream-75dpi/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
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 |