diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-07-04 00:50:35 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-07-04 00:50:35 +0000 |
commit | 3e35c6981f7726946197a823789a2d90ea40bd09 (patch) | |
tree | 610c8bb073569ed86d629e98aba28da89f00fb07 /x11/kworldwatch/patches/patch-ab | |
parent | 91811ebbad26691b5efc04fe185b62f934ead062 (diff) | |
download | pkgsrc-3e35c6981f7726946197a823789a2d90ea40bd09.tar.gz |
This simple tool shows a revolving world map, indicating the time in each
part of the world.
You can set little flags to mark points of interest.
As newest gimmick, KWorldWatch is able to display the distribution of
daylight around the world.
Diffstat (limited to 'x11/kworldwatch/patches/patch-ab')
-rw-r--r-- | x11/kworldwatch/patches/patch-ab | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/kworldwatch/patches/patch-ab b/x11/kworldwatch/patches/patch-ab new file mode 100644 index 00000000000..8a76a9db4f4 --- /dev/null +++ b/x11/kworldwatch/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1.1.1 1999/07/04 00:50:35 hubertf Exp $ + +--- kworldwatch/Makefile.in.orig Sun Jul 4 02:14:40 1999 ++++ kworldwatch/Makefile.in Sun Jul 4 02:14:48 1999 +@@ -120,7 +120,7 @@ + + CLEANFILES = $(BUILT_SOURCES) + bin_PROGRAMS = kworldwatch +-LDADD = $(all_libraries) -lkfm -lkdeui -lkdecore -lqt -lXext $(LIBSOCKET) $(KDE_RPATH) ++LDADD = $(all_libraries) -lkfm -lkdeui -lkdecore -lqt -lXext -lX11 $(LIBSOCKET) $(KDE_RPATH) + + ICONSDIR=$(kde_icondir) + |