diff options
author | 2008-04-17 09:32:05 +0000 | |
---|---|---|
committer | 2008-04-17 09:32:05 +0000 | |
commit | d85d9094b6598a1b9677bee92e56e1cce1785256 (patch) | |
tree | b23b7cb5150fe15313b4b4f019ba0cd1f1613f8d /net-ftp/proftpd/files | |
parent | remove old galeon ebuilds (diff) | |
download | historical-d85d9094b6598a1b9677bee92e56e1cce1785256.tar.gz historical-d85d9094b6598a1b9677bee92e56e1cce1785256.tar.bz2 historical-d85d9094b6598a1b9677bee92e56e1cce1785256.zip |
Fix bug #208840. Remove mod_gzipfs, too old, breaks compile.
Package-Manager: portage-2.1.5_rc4
Diffstat (limited to 'net-ftp/proftpd/files')
-rw-r--r-- | net-ftp/proftpd/files/proftpd-1.3.1-bug208840.patch | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/net-ftp/proftpd/files/proftpd-1.3.1-bug208840.patch b/net-ftp/proftpd/files/proftpd-1.3.1-bug208840.patch new file mode 100644 index 000000000000..90931f99f50f --- /dev/null +++ b/net-ftp/proftpd/files/proftpd-1.3.1-bug208840.patch @@ -0,0 +1,35 @@ +--- acconfig.h 2002/12/15 18:05:09 1.15 ++++ acconfig.h 2007/10/15 17:27:25 1.16 +@@ -12,9 +12,6 @@ + /* Define to `int' if <sys/types.h> doesn't define. */ + #undef ino_t + +-/* Define to `mode_t' if <sys/types.h> doesn't define. */ +-#undef umode_t +- + /* Define to `int' if <sys/socket.h> doesn't define. */ + #undef socklen_t + +--- config.h.in 2007/10/13 03:05:27 1.118 ++++ config.h.in 2007/10/15 17:27:25 1.119 +@@ -37,9 +37,6 @@ + /* Define to `int' if <sys/socket.h> doesn't define. */ + #undef socklen_t + +-/* Define to `mode_t' if <sys/types.h> doesn't define. */ +-#undef umode_t +- + /* Define if you have AIX send_file() semantics. */ + #undef HAVE_AIX_SENDFILE + +--- configure.in 2007/10/13 03:05:27 1.261 ++++ configure.in 2007/10/15 17:27:25 1.262 +@@ -1119,7 +1119,7 @@ + AC_CHECK_SIZEOF(time_t, 0) + + dnl Check for generic typedefs +-AC_CHECK_TYPE(umode_t, mode_t) ++AC_CHECK_TYPE(mode_t, mode_t) + AC_CHECK_TYPE(ino_t, ino_t) + AC_CHECK_TYPE(intptr_t, AC_DEFINE(HAVE_INTPTR_T),, [ + #if HAVE_INTTYPES_H |