summaryrefslogtreecommitdiff
path: root/net/tintin++
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2002-11-17 12:26:14 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2002-11-17 12:26:14 +0000
commit8248545e471a235af666565697bcca3bd479d904 (patch)
treee39b34bdf07a75074a3f55def96405b3771ae1a0 /net/tintin++
parentUpdate to 3.93. (diff)
Make net/tintin++ building on -current. 1 down, 728 to go...
Noticed on: bento
Notes
Notes: svn path=/head/; revision=70305
Diffstat (limited to 'net/tintin++')
-rw-r--r--net/tintin++/files/patch-antisub.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/net/tintin++/files/patch-antisub.c b/net/tintin++/files/patch-antisub.c
new file mode 100644
index 000000000000..07b8da2700dd
--- /dev/null
+++ b/net/tintin++/files/patch-antisub.c
@@ -0,0 +1,15 @@
+--- antisub.c.orig Sun Nov 17 13:26:33 2002
++++ antisub.c Sun Nov 17 13:26:43 2002
+@@ -6,12 +6,8 @@
+ /* coded by peter unold 1992 */
+ /*********************************************************************/
+ #include "tintin.h"
+-#ifdef HAVE_STRING_H
+-#include <string.h>
+-#else
+ #ifdef HAVE_STRINGS_H
+ #include <strings.h>
+-#endif
+ #endif
+
+ #ifdef HAVE_STDLIB_H