aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-07-17 16:48:53 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-07-17 16:48:53 +0000
commit147067029906b00d75d995a93010a529bfba6aa4 (patch)
tree90862d57a58fde956e85106005b99ee2b719abba /net
parent0b5f00071ca5b09b79efcb7b58ff58f6a6af3907 (diff)
downloadports-147067029906b00d75d995a93010a529bfba6aa4.tar.gz
ports-147067029906b00d75d995a93010a529bfba6aa4.zip
Notes
Diffstat (limited to 'net')
-rw-r--r--net/gaim/files/patch-plugins_perl_perl.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/gaim/files/patch-plugins_perl_perl.c b/net/gaim/files/patch-plugins_perl_perl.c
new file mode 100644
index 000000000000..705e676cf57a
--- /dev/null
+++ b/net/gaim/files/patch-plugins_perl_perl.c
@@ -0,0 +1,13 @@
+--- plugins/perl/perl.c.orig Thu Jul 17 12:43:32 2003
++++ plugins/perl/perl.c Thu Jul 17 12:46:06 2003
+@@ -23,6 +23,10 @@
+ * X-Chat Copyright (C) 1998 Peter Zelezny.
+ *
+ */
++#ifdef HAVE_CONFIG_H
++#include <config.h>
++#endif
++
+ #ifdef DEBUG
+ # undef DEBUG
+ #endif