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/adobe-100dpi/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/adobe-100dpi/Makefile.am')
-rw-r--r-- | font/adobe-100dpi/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/font/adobe-100dpi/Makefile.am b/font/adobe-100dpi/Makefile.am index a0701865c..3990899aa 100644 --- a/font/adobe-100dpi/Makefile.am +++ b/font/adobe-100dpi/Makefile.am @@ -188,7 +188,7 @@ 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) > $@ .bdf-ISO8859-1.bdf: @rm -f $@ @@ -250,7 +250,7 @@ BUILT_BDF_FILES = \ $(ISO8859_15_BDF_FILES) CLEANFILES = $(font_DATA) $(BUILT_BDF_FILES) -EXTRA_DIST = $(BDF_FILES) +EXTRA_DIST = $(BDF_FILES) README.md MAINTAINERCLEANFILES = ChangeLog INSTALL |