diff options
author | agc <agc@pkgsrc.org> | 2000-08-04 13:11:40 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2000-08-04 13:11:40 +0000 |
commit | bb1552d6e81ddf9d296aae60d5ecee826c6cde20 (patch) | |
tree | 30d637b9df6acc983314fab3dcdde37fd89fb531 /textproc/antiword/patches | |
parent | dea55f7374e53dfaca7f38de8cc81eac7d5d224a (diff) | |
download | pkgsrc-bb1552d6e81ddf9d296aae60d5ecee826c6cde20.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/patches')
-rw-r--r-- | textproc/antiword/patches/patch-aa | 18 |
1 files changed, 5 insertions, 13 deletions
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 |