summaryrefslogtreecommitdiff
path: root/time/plan/patches/patch-ad
diff options
context:
space:
mode:
authorwiz <wiz>2000-12-17 23:32:09 +0000
committerwiz <wiz>2000-12-17 23:32:09 +0000
commitfb54ca6e79512b331f6c65b3efaf08d4e7219b5b (patch)
tree73288b5bb97270ccddd92731e20bbfff8858d306 /time/plan/patches/patch-ad
parent143076fe6de60fa3d2351ac4e46ccb0b17a83ce5 (diff)
downloadpkgsrc-fb54ca6e79512b331f6c65b3efaf08d4e7219b5b.tar.gz
New category: time. Move many packages here:
misc/cal, misc/cardboard-schedule, misc/ical, misc/plan, misc/py-mxDateTime, misc/remind, sysutils/logtime, and 19 more from x11.
Diffstat (limited to 'time/plan/patches/patch-ad')
-rw-r--r--time/plan/patches/patch-ad13
1 files changed, 13 insertions, 0 deletions
diff --git a/time/plan/patches/patch-ad b/time/plan/patches/patch-ad
new file mode 100644
index 00000000000..76571f2181d
--- /dev/null
+++ b/time/plan/patches/patch-ad
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.1.1.1 2000/12/17 23:32:23 wiz Exp $
+
+--- linuxjunk.h.orig Sat Nov 7 19:04:41 1998
++++ linuxjunk.h
+@@ -16,6 +16,8 @@
+ * kill a good project with poor planning.
+ */
+
++#include <sys/stat.h>
++
+ #ifdef S_ISDIR
+ #define IS_DIR(m) S_ISDIR(m)
+ #else