From deea6e4124d5399a54f4a154448436f8d7b2511c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Sun, 14 Jan 2001 12:03:50 +0000 Subject: [PATCH] bacc1727e44453f8ae38f2cdb7b7c54d antiword-0.31.tar.gz Changed files: antiword-opt.patch -> 1.1 --- antiword-opt.patch | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 antiword-opt.patch diff --git a/antiword-opt.patch b/antiword-opt.patch new file mode 100644 index 0000000..a0e7146 --- /dev/null +++ b/antiword-opt.patch @@ -0,0 +1,24 @@ +diff -urN antiword.0.31.org/Makefile antiword.0.31/Makefile +--- antiword.0.31.org/Makefile Sun Jan 14 12:45:47 2001 ++++ antiword.0.31/Makefile Sun Jan 14 12:46:03 2001 +@@ -10,7 +10,7 @@ + + LDLIBS = + +-CFLAGS = -Wall -pedantic -O2 -D$(DB) ++CFLAGS = -Wall -pedantic $(OPT) -D$(DB) + LDFLAGS = + + OBJS =\ +diff -urN antiword.0.31.org/Makefile.Linux antiword.0.31/Makefile.Linux +--- antiword.0.31.org/Makefile.Linux Sun Jan 14 12:45:47 2001 ++++ antiword.0.31/Makefile.Linux Sun Jan 14 12:46:03 2001 +@@ -10,7 +10,7 @@ + + LDLIBS = + +-CFLAGS = -Wall -pedantic -O2 -D$(DB) ++CFLAGS = -Wall -pedantic $(OPT) -D$(DB) + LDFLAGS = + + OBJS =\ -- 2.44.0