summaryrefslogtreecommitdiffstats
path: root/games/gnomegames2/files/patch-freecell_gdk-card-image_gdk-card-image.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/gnomegames2/files/patch-freecell_gdk-card-image_gdk-card-image.c')
-rw-r--r--games/gnomegames2/files/patch-freecell_gdk-card-image_gdk-card-image.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/games/gnomegames2/files/patch-freecell_gdk-card-image_gdk-card-image.c b/games/gnomegames2/files/patch-freecell_gdk-card-image_gdk-card-image.c
new file mode 100644
index 000000000..33f940e2e
--- /dev/null
+++ b/games/gnomegames2/files/patch-freecell_gdk-card-image_gdk-card-image.c
@@ -0,0 +1,17 @@
+--- freecell/gdk-card-image/gdk-card-image.c.orig Tue Jul 23 20:46:35 2002
++++ freecell/gdk-card-image/gdk-card-image.c Tue Jul 23 20:52:20 2002
+@@ -27,13 +27,8 @@
+
+ #include <config.h>
+ #include <gnome.h>
+-#ifdef HAVE_SYS_DIRENT_H
+-#include <sys/dirent.h>
+-#elif defined(HAVE_SYS_DIR_H)
+-#include <sys/dir.h>
+-#else
++#include <sys/types.h>
+ #include <dirent.h>
+-#endif
+
+ #ifdef __osf__
+ #undef HAVE_STRUCT_DIRECT