diff options
author | agc <agc> | 2000-08-04 13:11:40 +0000 |
---|---|---|
committer | agc <agc> | 2000-08-04 13:11:40 +0000 |
commit | 9b3b5fbd6062e6b06470ef9965e98346ead33542 (patch) | |
tree | 30d637b9df6acc983314fab3dcdde37fd89fb531 /textproc/antiword | |
parent | cd5e6269aa11b8360150653f83c50d1772e29680 (diff) | |
download | pkgsrc-9b3b5fbd6062e6b06470ef9965e98346ead33542.tar.gz |
Don't delete the CC definition in the patch - it's necessary for Solaris,
in case other compilers get picked up from the path which don't recognise
gcc arguments.
Diffstat (limited to 'textproc/antiword')
-rw-r--r-- | textproc/antiword/files/patch-sum | 4 | ||||
-rw-r--r-- | textproc/antiword/patches/patch-aa | 18 |
2 files changed, 7 insertions, 15 deletions
diff --git a/textproc/antiword/files/patch-sum b/textproc/antiword/files/patch-sum index 4e2ff174ddc..14f1c350666 100644 --- a/textproc/antiword/files/patch-sum +++ b/textproc/antiword/files/patch-sum @@ -1,3 +1,3 @@ -$NetBSD: patch-sum,v 1.1.1.1 2000/07/05 13:53:50 rh Exp $ +$NetBSD: patch-sum,v 1.2 2000/08/04 13:11:40 agc Exp $ -MD5 (patch-aa) = 08824c9498a6ae5fbd0ce85870ca8fd9 +MD5 (patch-aa) = fc1fd4bb515a41d77faf70cd0cee0a82 diff --git a/textproc/antiword/patches/patch-aa b/textproc/antiword/patches/patch-aa index 08f20383da0..53f869668ec 100644 --- a/textproc/antiword/patches/patch-aa +++ b/textproc/antiword/patches/patch-aa @@ -1,16 +1,8 @@ -$NetBSD: patch-aa,v 1.1.1.1 2000/07/05 13:53:50 rh Exp $ +$NetBSD: patch-aa,v 1.2 2000/08/04 13:11:41 agc Exp $ ---- Makefile.orig Mon Nov 1 20:21:36 1999 -+++ Makefile Wed Jul 5 15:46:26 2000 -@@ -2,7 +2,6 @@ - # Makefile for antiword (Linux version) - # - --CC = gcc - LD = gcc - - # must be equal to DEBUG or NDEBUG -@@ -10,7 +9,7 @@ +--- Makefile 2000/08/02 10:33:55 1.1 ++++ Makefile 2000/08/02 10:34:31 +@@ -10,7 +10,7 @@ LDLIBS = @@ -19,7 +11,7 @@ $NetBSD: patch-aa,v 1.1.1.1 2000/07/05 13:53:50 rh Exp $ LDFLAGS = OBJS =\ -@@ -22,12 +21,16 @@ +@@ -22,12 +22,16 @@ PROGS =\ antiword |