freebsd-ports/textproc/antiword/files/patch-aa
Kevin Lo d2cb583db4 Update to 0.31
PR: 23590
Submitted by: MAINTAINER
2000-12-18 15:25:42 +00:00

24 lines
515 B
Text

--- antiword.h.orig Thu Nov 30 03:54:14 2000
+++ antiword.h Sun Dec 17 05:44:49 2000
@@ -41,7 +41,9 @@
#endif /* __riscos */
#endif /* !PATH_MAX */
+#ifndef SIZE_T_MAX
#define SIZE_T_MAX (size_t)UINT_MAX
+#endif
#if defined(__riscos)
#define FILE_SEPARATOR "."
--- Makefile.orig Sun Dec 17 05:45:07 2000
+++ Makefile Sun Dec 17 05:45:47 2000
@@ -43,8 +43,7 @@
kantiword: Unix-only/KDE-only/kantiword.sh
@rm -f $@
- echo "#!/bin/sh" > $@
- cat $? >> $@
+ @cat $? >> $@
@chmod 750 $@
.c.o: