diff options
Diffstat (limited to 'time/catclock/patches/patch-aa')
-rw-r--r-- | time/catclock/patches/patch-aa | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/time/catclock/patches/patch-aa b/time/catclock/patches/patch-aa new file mode 100644 index 00000000000..9f286fcdcf5 --- /dev/null +++ b/time/catclock/patches/patch-aa @@ -0,0 +1,27 @@ +$NetBSD: patch-aa,v 1.1.1.1 2000/12/17 23:32:16 wiz Exp $ +--- imakefile.orig Sun Dec 20 21:24:08 1992 ++++ imakefile Sat Sep 4 19:55:15 1999 +@@ -2,9 +2,9 @@ + SRCS = xclock.c alarm.c + OBJS = xclock.o alarm.o + +- MOTIF = /usr/lib/DXM +-MOTIF_LIBS = $(MOTIF)/lib/Xm/libXm.a $(MOTIF)/lib/Xt/libXt.a +-MOTIF_INCS = -I$(MOTIF)/lib -I$(MOTIF)/lib/Xt ++ MOTIF = ${X11BASE} ++MOTIF_LIBS = -lXm -lXt -lSM -lICE ++MOTIF_INCS = -I$(MOTIF)/include + INCLUDES = -I. $(MOTIF_INCS) -I$(TOP) + DEFINES = -DHAS_GNU_EMACS + CFLAGS = $(DEFINES) $(INCLUDES) +@@ -13,7 +13,7 @@ + SYS_LIBRARIES = -lX11 -lm + + +-all:: xclock +- +-ComplexProgramTarget(xclock) ++all:: catclock + ++ComplexProgramTarget(catclock) ++InstallAppDefaults(Catclock) |