diff options
Diffstat (limited to 'deskutils/xcalendar/files/patch-ag')
-rw-r--r-- | deskutils/xcalendar/files/patch-ag | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/deskutils/xcalendar/files/patch-ag b/deskutils/xcalendar/files/patch-ag new file mode 100644 index 000000000000..5aeac0376726 --- /dev/null +++ b/deskutils/xcalendar/files/patch-ag @@ -0,0 +1,11 @@ +--- xcalendar.h.orig Sun Oct 1 12:21:42 1995 ++++ xcalendar.h Mon Mar 12 20:54:02 2001 +@@ -75,7 +75,7 @@ + #include <X11/Xaw/Xawi18n.h> + #endif + +-#if defined(SYSV) || defined(__osf__) || defined(SVR4) ++#if defined(SYSV) || defined(__osf__) || defined(SVR4) || defined(HAVE_DIRENT_H) + #include <dirent.h> + #else + #include <sys/dir.h> |