diff options
Diffstat (limited to 'gnome-extra/gnome-network/files/gnome-network-1.0.2-db_fix.patch')
-rw-r--r-- | gnome-extra/gnome-network/files/gnome-network-1.0.2-db_fix.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gnome-extra/gnome-network/files/gnome-network-1.0.2-db_fix.patch b/gnome-extra/gnome-network/files/gnome-network-1.0.2-db_fix.patch new file mode 100644 index 000000000000..9e9a3b51cb68 --- /dev/null +++ b/gnome-extra/gnome-network/files/gnome-network-1.0.2-db_fix.patch @@ -0,0 +1,15 @@ +--- gnome-network-1.0.2/sync/sync.h 1998-09-23 02:36:10.000000000 +0200 ++++ gnome-network-1.0.2/sync/sync.h.patched 2004-01-16 21:59:54.420765888 +0100 +@@ -27,11 +27,7 @@ + #include <sys/types.h> + #include <limits.h> + +-#ifdef HAVE_DB_185_H +-# include <db_185.h> +-#else +-# include <db.h> +-#endif ++#include <db1/db.h> + + #include "md5.h" + |