diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-07-17 16:48:53 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-07-17 16:48:53 +0000 |
commit | 147067029906b00d75d995a93010a529bfba6aa4 (patch) | |
tree | 90862d57a58fde956e85106005b99ee2b719abba /net-im/gaim | |
parent | 0b5f00071ca5b09b79efcb7b58ff58f6a6af3907 (diff) |
Fix build with Perl 5.005_03.
Reported by: many
Notes
Notes:
svn path=/head/; revision=85059
Diffstat (limited to 'net-im/gaim')
-rw-r--r-- | net-im/gaim/files/patch-plugins_perl_perl.c | 13 |
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 |