summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-irc/eggdrop/files/eggdrop-1.6.15-configure-in.patch')
-rw-r--r--net-irc/eggdrop/files/eggdrop-1.6.15-configure-in.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/net-irc/eggdrop/files/eggdrop-1.6.15-configure-in.patch b/net-irc/eggdrop/files/eggdrop-1.6.15-configure-in.patch
new file mode 100644
index 000000000000..c56d40522f3c
--- /dev/null
+++ b/net-irc/eggdrop/files/eggdrop-1.6.15-configure-in.patch
@@ -0,0 +1,21 @@
+diff -rcN eggdrop-1.6.15.orig/configure.in eggdrop-1.6.15/configure.in
+*** eggdrop-1.6.15.orig/configure.in Sun May 4 18:05:32 2003
+--- eggdrop-1.6.15/configure.in Sat Jun 28 01:00:40 2003
+***************
+*** 49,55 ****
+ AC_TYPE_PID_T
+ AC_TYPE_SIZE_T
+ AC_C_CONST
+! AC_C_BIGENDIAN
+ AC_C_INLINE
+ AC_CHECK_SIZEOF(long, 0)
+ AC_CHECK_SIZEOF(int, 0)
+--- 49,56 ----
+ AC_TYPE_PID_T
+ AC_TYPE_SIZE_T
+ AC_C_CONST
+! # GENTOO: This causes an autoconf warning, and seems to get put in anyway.
+! # AC_C_BIGENDIAN
+ AC_C_INLINE
+ AC_CHECK_SIZEOF(long, 0)
+ AC_CHECK_SIZEOF(int, 0)