diff options
author | itojun <itojun> | 2000-10-18 09:35:40 +0000 |
---|---|---|
committer | itojun <itojun> | 2000-10-18 09:35:40 +0000 |
commit | ae40f09845ce810e37937cb38aaa22779788afc1 (patch) | |
tree | c9c61072027aae3db4823355b6f45f20e88a02a4 /textproc/untex/patches | |
parent | 3eab10563a26746971e2cd89e86914e27fcaef5b (diff) | |
download | pkgsrc-ae40f09845ce810e37937cb38aaa22779788afc1.tar.gz |
untex 1.3, removes tex control sequence from text
Diffstat (limited to 'textproc/untex/patches')
-rw-r--r-- | textproc/untex/patches/patch-aa | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/textproc/untex/patches/patch-aa b/textproc/untex/patches/patch-aa new file mode 100644 index 00000000000..014000448d0 --- /dev/null +++ b/textproc/untex/patches/patch-aa @@ -0,0 +1,10 @@ +$NetBSD: patch-aa,v 1.1.1.1 2000/10/18 09:35:40 itojun Exp $ +--- Makefile- Wed Oct 18 18:24:04 2000 ++++ Makefile Wed Oct 18 18:24:28 2000 +@@ -4,4 +4,5 @@ + MANDIR=/usr/local/man/man$(MANEXT) +-CFLAGS=-O ++#CFLAGS=-O + ++all: untex + untex: untex.c |