This is an OSD desktop clock with support for multiple timezones through the same mechanism as tzwatch (~/.tzlist). It can be run with or without the config file in single or multiple timezone modes. See `tzosdclock -h`.
13 lines
373 B
Text
13 lines
373 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2005/10/28 02:46:19 minskim Exp $
|
|
|
|
--- Makefile.in.orig 2005-09-24 01:47:19.000000000 -0700
|
|
+++ Makefile.in
|
|
@@ -15,7 +15,7 @@ HOSTVER = @HOSTREL@
|
|
all: $(PROG)
|
|
|
|
$(PROG): tzosdclock.c
|
|
- $(CC) $(OPTS) $(CFLAGS) $(LIBS) tzosdclock.c -o $(PROG)
|
|
+ $(CC) $(OPTS) $(CFLAGS) $(LDFLAGS) $(LIBS) tzosdclock.c -o $(PROG)
|
|
|
|
clean:
|
|
-/bin/rm -rf $(PROG)
|