diff options
author | agc <agc@pkgsrc.org> | 1997-12-14 01:24:31 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1997-12-14 01:24:31 +0000 |
commit | 9c74bf4ec3fee6674c05267ccb12650304c837a3 (patch) | |
tree | 8525ce79208cd06dc3b751c5f593ebed0145da50 /x11/sunclock/patches | |
parent | 3e9d2d9be3b2928df8e0c31d318addaa40475e3e (diff) | |
download | pkgsrc-9c74bf4ec3fee6674c05267ccb12650304c837a3.tar.gz |
Add package which shows a Mercator projection of the earth, together with
the illuminated by parts, and the current time.
Diffstat (limited to 'x11/sunclock/patches')
-rw-r--r-- | x11/sunclock/patches/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/sunclock/patches/patch-aa b/x11/sunclock/patches/patch-aa new file mode 100644 index 00000000000..135764450ca --- /dev/null +++ b/x11/sunclock/patches/patch-aa @@ -0,0 +1,11 @@ +--- Imakefile 1997/12/14 00:58:38 1.1 ++++ Imakefile 1997/12/14 00:58:57 +@@ -19,7 +19,7 @@ + + SRCS=sunclock.c bitmaps.c astro.c tildepath.c + OBJS=sunclock.o bitmaps.o astro.o tildepath.o +-LOCAL_LIBRARIES=$(XLIB) -lm ++LOCAL_LIBRARIES=$(XLIB) -lm -lcompat + DEPLIBS= # I don't know what I'm doing, and I hate imake! + + ComplexProgramTarget(sunclock) |