summaryrefslogtreecommitdiff
path: root/time/plan/patches/patch-ab
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-ab
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-ab')
-rw-r--r--time/plan/patches/patch-ab13
1 files changed, 13 insertions, 0 deletions
diff --git a/time/plan/patches/patch-ab b/time/plan/patches/patch-ab
new file mode 100644
index 00000000000..0fdeea69bec
--- /dev/null
+++ b/time/plan/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1.1.1 2000/12/17 23:32:23 wiz Exp $
+
+--- time.c.orig Mon Oct 11 21:11:36 1999
++++ time.c
+@@ -244,7 +244,7 @@
+ zone += 24;
+ zone *= 3600;
+ #else
+-#if defined(bsdi) || defined(SUN) || defined(SVR4) || defined(convex)
++#if defined(bsdi) || defined(SUN) || defined(SVR4) || defined(convex) || defined(__NetBSD__)
+ time_t now;
+ struct tm *tm;
+ tzset();