diff options
Diffstat (limited to 'x11/sunclock/patches/patch-aa')
-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) |