]> git.pld-linux.org Git - packages/antiword.git/commitdiff
bacc1727e44453f8ae38f2cdb7b7c54d antiword-0.31.tar.gz antiword-0_31-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 14 Jan 2001 12:03:50 +0000 (12:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    antiword-opt.patch -> 1.1

antiword-opt.patch [new file with mode: 0644]

diff --git a/antiword-opt.patch b/antiword-opt.patch
new file mode 100644 (file)
index 0000000..a0e7146
--- /dev/null
@@ -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  =\
This page took 0.060989 seconds and 4 git commands to generate.