summaryrefslogtreecommitdiff
path: root/net-im
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-im
parentUpdate to version 1.2.9 (diff)
Fix build with Perl 5.005_03.
Reported by: many
Notes
Notes: svn path=/head/; revision=85059
Diffstat (limited to 'net-im')
-rw-r--r--net-im/gaim/files/patch-plugins_perl_perl.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/net-im/gaim/files/patch-plugins_perl_perl.c b/net-im/gaim/files/patch-plugins_perl_perl.c
new file mode 100644
index 000000000000..705e676cf57a
--- /dev/null
+++ b/net-im/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