diff options
Diffstat (limited to 'time/swisswatch/patches/patch-aa')
-rw-r--r-- | time/swisswatch/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/time/swisswatch/patches/patch-aa b/time/swisswatch/patches/patch-aa new file mode 100644 index 00000000000..4c7edb3d3ad --- /dev/null +++ b/time/swisswatch/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 2000/12/17 23:32:19 wiz Exp $ + +--- Imakefile.org Sat Dec 16 19:10:12 1995 ++++ Imakefile Sat Dec 16 18:59:27 1995 +@@ -1,7 +1,7 @@ + #ifdef ContribRules + ContribRules + #endif +-DEFINES = ExtensionDefines ++DEFINES = ExtensionDefines -DSHAPE + SRCS = swisswatch.c SwissWatch.c Hand.c Mark.c HandOrMark.c TableConvert.c + OBJS = swisswatch.o SwissWatch.o Hand.o Mark.o HandOrMark.o TableConvert.o + DEPLIBS = $(DEPXTOOLLIB) $(DEPXMULIB) $(DEPEXTENSIONLIB) $(DEPXLIB) |