diff options
Diffstat (limited to 'time/xalarm/patches')
-rw-r--r-- | time/xalarm/patches/patch-aa | 13 | ||||
-rw-r--r-- | time/xalarm/patches/patch-ab | 10 |
2 files changed, 12 insertions, 11 deletions
diff --git a/time/xalarm/patches/patch-aa b/time/xalarm/patches/patch-aa index cbf9036ce37..2ba2d94df43 100644 --- a/time/xalarm/patches/patch-aa +++ b/time/xalarm/patches/patch-aa @@ -1,7 +1,7 @@ -$NetBSD: patch-aa,v 1.2 2003/09/29 09:54:28 seb Exp $ +$NetBSD: patch-aa,v 1.3 2006/04/16 01:00:06 perry Exp $ ---- Imakefile.orig 2003-09-29 08:13:05.000000000 +0000 -+++ Imakefile +--- Imakefile.orig 1995-07-21 10:32:07.000000000 -0400 ++++ Imakefile 2006-04-15 20:52:05.000000000 -0400 @@ -1,27 +1,27 @@ -/**/# Based on an Imakefile from: -/**/# Andreas Stolcke @@ -54,14 +54,15 @@ $NetBSD: patch-aa,v 1.2 2003/09/29 09:54:28 seb Exp $ DEFINES = $(SIGNAL_DEFINES) -DUSERENAME -DUSEGETHOSTNAME -DUSEGETPWUID -@@ -29,29 +29,14 @@ DEFINES = $(SIGNAL_DEFINES) -DUSERENAME +@@ -29,29 +29,16 @@ OBJS = alarm.o when.o warnings.o times.o dates.o file.o fns.o xalarm.o SRCS = alarm.c when.c warnings.c times.c dates.c file.c fns.c xalarm.c -# How we find commands. Use WHICH, LOCATE or FIND. -WHICH= WHICH -MADE = test -f -- ++XAWLIB = ${LIBXAW} + LOCAL_LIBRARIES = XawClientLibs -AllTarget (.config) @@ -85,7 +86,7 @@ $NetBSD: patch-aa,v 1.2 2003/09/29 09:54:28 seb Exp $ xfortune:: -@@ -60,14 +45,6 @@ xyow:: +@@ -60,14 +47,6 @@ clean:: $(RM) xfortune xyow xmemo.man xyow.man xfortune.man fns.h .config diff --git a/time/xalarm/patches/patch-ab b/time/xalarm/patches/patch-ab index 15417be2ded..9fa387f5dd4 100644 --- a/time/xalarm/patches/patch-ab +++ b/time/xalarm/patches/patch-ab @@ -1,12 +1,12 @@ -$NetBSD: patch-ab,v 1.1.1.1 2001/06/05 18:11:38 magick Exp $ +$NetBSD: patch-ab,v 1.2 2006/04/16 01:00:06 perry Exp $ ---- when.c.orig Fri Jun 1 14:01:32 2001 -+++ when.c -@@ -306,7 +306,7 @@ +--- when.c.orig 1995-07-12 11:24:08.000000000 -0400 ++++ when.c 2006-04-15 17:52:35.000000000 -0400 +@@ -308,7 +308,7 @@ { static Boolean edited = True; -- if (not (Boolean) clientdata) +- if (not clientdata) + if (clientdata == NULL) XtSetSensitive (xalarm.savebutton, edited = False); else if (not edited) |