diff options
Diffstat (limited to 'fonts/font-bitstream-75dpi/patches')
-rw-r--r-- | fonts/font-bitstream-75dpi/patches/patch-aa | 13 | ||||
-rw-r--r-- | fonts/font-bitstream-75dpi/patches/patch-ab | 13 | ||||
-rw-r--r-- | fonts/font-bitstream-75dpi/patches/patch-ac | 12 |
3 files changed, 38 insertions, 0 deletions
diff --git a/fonts/font-bitstream-75dpi/patches/patch-aa b/fonts/font-bitstream-75dpi/patches/patch-aa new file mode 100644 index 00000000000..a03cf502fae --- /dev/null +++ b/fonts/font-bitstream-75dpi/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 2006/11/15 13:36:12 joerg Exp $ + +--- Makefile.am.orig 2006-11-15 14:23:59.000000000 +0100 ++++ Makefile.am +@@ -65,8 +65,6 @@ CLEANFILES = $(font_DATA) + EXTRA_DIST = $(BDF_FILES) autogen.sh + + install-data-hook: +- @rm -f $(DESTDIR)$(fontdir)/fonts.scale +- $(MKFONTSCALE) $(DESTDIR)$(fontdir) + @rm -f $(DESTDIR)$(fontdir)/font.dir + $(MKFONTDIR) $(DESTDIR)$(fontdir) + diff --git a/fonts/font-bitstream-75dpi/patches/patch-ab b/fonts/font-bitstream-75dpi/patches/patch-ab new file mode 100644 index 00000000000..f4f0630d1c8 --- /dev/null +++ b/fonts/font-bitstream-75dpi/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1.1.1 2006/11/15 13:36:12 joerg Exp $ + +--- Makefile.in.orig 2006-11-15 14:24:06.000000000 +0100 ++++ Makefile.in +@@ -416,8 +416,6 @@ uninstall-am: uninstall-fontDATA uninsta + $(BDFTOPCF) -t $< | gzip > $@ + + install-data-hook: +- @rm -f $(DESTDIR)$(fontdir)/fonts.scale +- $(MKFONTSCALE) $(DESTDIR)$(fontdir) + @rm -f $(DESTDIR)$(fontdir)/font.dir + $(MKFONTDIR) $(DESTDIR)$(fontdir) + diff --git a/fonts/font-bitstream-75dpi/patches/patch-ac b/fonts/font-bitstream-75dpi/patches/patch-ac new file mode 100644 index 00000000000..54d40c0702f --- /dev/null +++ b/fonts/font-bitstream-75dpi/patches/patch-ac @@ -0,0 +1,12 @@ +$NetBSD: patch-ac,v 1.1.1.1 2006/11/15 13:36:12 joerg Exp $ + +--- configure.ac.orig 2006-11-15 14:24:26.000000000 +0100 ++++ configure.ac +@@ -29,7 +29,6 @@ AM_MAINTAINER_MODE + AC_PROG_INSTALL + + AC_PATH_PROG(BDFTOPCF, bdftopcf) +-AC_PATH_PROG(MKFONTSCALE, mkfontscale) + AC_PATH_PROG(MKFONTDIR, mkfontdir) + + m4_ifdef([AS_HELP_STRING], , [m4_define([AS_HELP_STRING], m4_defn([AC_HELP_STRING]))]) |