diff options
-rw-r--r-- | net-im/gaim/files/patch-plugins_perl_perl.c | 13 | ||||
-rw-r--r-- | net/gaim/files/patch-plugins_perl_perl.c | 13 |
2 files changed, 26 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 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 |