1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/deskutils/xcalendar/files/patch-ag
Jun Kuriyama 98116ff0ca Add xcalendar 4.0,
a calendar with a notebook for X11
(internationarized version).

PR:		ports/25739
Submitted by:	MITA Yoshio <mita@iis.u-tokyo.ac.jp>
2001-03-16 02:37:16 +00:00

12 lines
333 B
Plaintext

--- 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>