summaryrefslogtreecommitdiff
path: root/textproc/word2x/files/patch-ae
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-04-02 19:07:21 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-04-02 19:07:21 +0000
commitb07f78a5a0bd887500cf1ad3b7c0453e4c1b3467 (patch)
treece9ea10d8d7e4366a2b345792d203605392574c4 /textproc/word2x/files/patch-ae
parent- Update to version 1.9.13 (diff)
- Fix build on -current
PR: ports/65090 Submitted by: Ports Fury
Diffstat (limited to 'textproc/word2x/files/patch-ae')
-rw-r--r--textproc/word2x/files/patch-ae12
1 files changed, 0 insertions, 12 deletions
diff --git a/textproc/word2x/files/patch-ae b/textproc/word2x/files/patch-ae
deleted file mode 100644
index 4f6e42e728eb..000000000000
--- a/textproc/word2x/files/patch-ae
+++ /dev/null
@@ -1,12 +0,0 @@
---- html-table.cc.orig Fri Mar 10 20:26:06 2000
-+++ html-table.cc Fri Mar 10 20:27:21 2000
-@@ -17,7 +17,8 @@
- #define __EXCLUDE_READER_CLASSES
- #include "lib.h"
- #ifndef HAVE_ALLOCA_H
--extern "C" char *alloca(int);
-+/* extern "C" char *alloca(int); */
-+#include <stdlib.h> /* stupid linux specific weenie code. */
- #else
- #include <alloca.h>
- #endif /* HAVE_ALLOCA_H */