summaryrefslogtreecommitdiff
path: root/net/gtk-gnutella/files/patch-main.c
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-10-15 13:40:52 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-10-15 13:40:52 +0000
commitd5172f8db462aa8930a91fce9817ec5e890faad6 (patch)
tree9758ed6944107ea9848b494d0d7a6ad3e10a1bbb /net/gtk-gnutella/files/patch-main.c
parentFix a CONFIGURE_ARGS typo: --enable-qmail-dir -> --enable-qmaildir. (diff)
upgrade to 0.15
maintainer drops maintainership PR: 30763 Submitted by: MAINTAINER
Diffstat (limited to 'net/gtk-gnutella/files/patch-main.c')
-rw-r--r--net/gtk-gnutella/files/patch-main.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/gtk-gnutella/files/patch-main.c b/net/gtk-gnutella/files/patch-main.c
new file mode 100644
index 000000000000..04dd4cea1053
--- /dev/null
+++ b/net/gtk-gnutella/files/patch-main.c
@@ -0,0 +1,13 @@
+--- src/main.c.old Sun Sep 23 09:57:23 2001
++++ src/main.c Sun Sep 23 09:57:49 2001
+@@ -2,7 +2,10 @@
+ #include "gnutella.h"
+
+ #include <signal.h>
++
++#ifdef HAVE_MCHECK_H
+ #include <mcheck.h>
++#endif
+
+ #include "interface.h"
+ #include "support.h"