diff options
Diffstat (limited to 'japanese/dvi2tty/files/patch-aa')
-rw-r--r-- | japanese/dvi2tty/files/patch-aa | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/japanese/dvi2tty/files/patch-aa b/japanese/dvi2tty/files/patch-aa deleted file mode 100644 index c15c40f6b4aa..000000000000 --- a/japanese/dvi2tty/files/patch-aa +++ /dev/null @@ -1,29 +0,0 @@ -*** Makefile.orig Sat Mar 30 05:53:03 1996 ---- Makefile Sat Mar 30 05:52:51 1996 -*************** -*** 1,12 **** - # Makefile for dvi2tty and disdvi 23/01/89 M.J.E. Mol - # - # For BSD Unix use the following CFLAGS definition -! # CFLAGS = -Dstrchr=index - # - # This Makefile does not work for MSDOS. Make your - # own one, or compile by hand. - # -! CFLAGS = -s - - all: jdvi2tty disdvi - ---- 1,12 ---- - # Makefile for dvi2tty and disdvi 23/01/89 M.J.E. Mol - # - # For BSD Unix use the following CFLAGS definition -! CFLAGS += -Dstrchr=index -DDEFPAGER='"${PREFIX}/bin/jless"' - # - # This Makefile does not work for MSDOS. Make your - # own one, or compile by hand. - # -! #CFLAGS = -s - - all: jdvi2tty disdvi - |