openbsd-ports/x11/gnome/libs/patches/patch-libgnome_gnome-dump_c
2007-06-01 16:44:41 +00:00

18 lines
397 B
Plaintext

$OpenBSD: patch-libgnome_gnome-dump_c,v 1.4 2007/06/01 16:44:41 jasper Exp $
--- libgnome/gnome-dump.c.orig Fri Oct 26 20:01:24 2001
+++ libgnome/gnome-dump.c Fri Oct 26 20:05:06 2001
@@ -29,10 +29,10 @@
#ifdef HAVE_DB1_DB_H
# include <db1/db.h>
#else
-# ifdef HAVE_DB_185_H
-# include <db_185.h>
-# else
+# ifdef HAVE_DB_H
# include <db.h>
+# else
+# include <db_185.h>
# endif
#endif