aboutsummaryrefslogtreecommitdiffstats
path: root/net/gaim
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-07-18 00:48:53 +0800
committermarcus <marcus@FreeBSD.org>2003-07-18 00:48:53 +0800
commit8ce47f53d1cc2b036d7ab5c5292d1862452d61c0 (patch)
treeb36dc7b323bf6c40038810194f17e7150bfa1ccd /net/gaim
parentfc174b3ed8e0cd96f7438c0482b3521a4cb664f6 (diff)
downloadfreebsd-ports-gnome-8ce47f53d1cc2b036d7ab5c5292d1862452d61c0.tar.gz
freebsd-ports-gnome-8ce47f53d1cc2b036d7ab5c5292d1862452d61c0.tar.zst
freebsd-ports-gnome-8ce47f53d1cc2b036d7ab5c5292d1862452d61c0.zip
Fix build with Perl 5.005_03.
Reported by: many
Diffstat (limited to 'net/gaim')
-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