summaryrefslogtreecommitdiff
path: root/fonts/intlfonts/patches
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1999-09-07 22:13:06 +0000
committertron <tron@pkgsrc.org>1999-09-07 22:13:06 +0000
commit7aaa19a3be249189d8b7229bfe30ed46434e191e (patch)
tree7d77c765f69f8582d19d43d4f6f54ff98f402376 /fonts/intlfonts/patches
parentd60ebdf98fe9235aa6a663b0e817b70b18fcb458 (diff)
downloadpkgsrc-7aaa19a3be249189d8b7229bfe30ed46434e191e.tar.gz
New "intlfonts" package supplied by Greg A. Woods in PR pkg/7181:
Free X11 fonts (BDF format) for all characters that Emacs can handle.
Diffstat (limited to 'fonts/intlfonts/patches')
-rw-r--r--fonts/intlfonts/patches/patch-aa37
1 files changed, 37 insertions, 0 deletions
diff --git a/fonts/intlfonts/patches/patch-aa b/fonts/intlfonts/patches/patch-aa
new file mode 100644
index 00000000000..fea65b1de9f
--- /dev/null
+++ b/fonts/intlfonts/patches/patch-aa
@@ -0,0 +1,37 @@
+$NetBSD: patch-aa,v 1.1.1.1 1999/09/07 22:13:06 tron Exp $
+
+--- Makefile.orig Mon Feb 22 15:42:45 1999
++++ Makefile Mon Feb 22 15:43:55 1999
+@@ -1,8 +1,8 @@
+-INSTALLDIR = /usr/local/share/emacs/fonts
++INSTALLDIR = ${PREFIX}/lib/X11/fonts/intlfonts
+
+-BDFTOPCF = bdftopcf
+-MKFONTDIR = mkfontdir
+-COMPRESS =
++BDFTOPCF = ${PREFIX}/bin/bdftopcf
++MKFONTDIR = ${PREFIX}/bin/mkfontdir
++COMPRESS = gzip
+
+ SUBDIRS = European Asian Chinese Japanese Ethiopic Misc
+ SUBDIRS_X = Chinese-X Japanese-X Korean-X
+@@ -73,9 +73,6 @@
+ @if [ -d $@ -a ! -f making.all ] ; then \
+ echo "Building ${INSTALLDIR}/fonts.dir..." ; \
+ cd ${INSTALLDIR}; ${MKFONTDIR} ; \
+- echo "-----------------------------------------------------------------------" ; \
+- echo "Please read README for how to inform your X server about the new fonts." ; \
+- echo "-----------------------------------------------------------------------" ; \
+ else true ; fi
+
+ all:
+@@ -85,9 +82,6 @@
+ @rm -f making.all
+ echo "Building ${INSTALLDIR}/fonts.dir..."
+ cd ${INSTALLDIR}; $(MKFONTDIR)
+- @echo "-----------------------------------------------------------------------"
+- @echo "Please read README for how to inform your X server about the new fonts."
+- @echo "-----------------------------------------------------------------------"
+
+ clean:
+ rm -fr ${SUBDIRS} ${SUBDIRS_X} ${SUBDIRS_BIG}