diff options
author | asami <asami@FreeBSD.org> | 1995-02-15 10:51:35 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-02-15 10:51:35 +0800 |
commit | dd915ebcd72dc5f1ce6a4609fc858995c1312bc4 (patch) | |
tree | 8313098b566b712c5006b37b5c4234b2abba38aa /astro/xphoon/files | |
parent | 34ca14787d203838b63ec3b67bfc31184a609602 (diff) | |
download | freebsd-ports-gnome-dd915ebcd72dc5f1ce6a4609fc858995c1312bc4.tar.gz freebsd-ports-gnome-dd915ebcd72dc5f1ce6a4609fc858995c1312bc4.tar.zst freebsd-ports-gnome-dd915ebcd72dc5f1ce6a4609fc858995c1312bc4.zip |
Another root window toy, this one displays the moon in the current phase.
Any ftp sites there yet? ;)
Diffstat (limited to 'astro/xphoon/files')
-rw-r--r-- | astro/xphoon/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/astro/xphoon/files/patch-aa b/astro/xphoon/files/patch-aa new file mode 100644 index 000000000000..671c9a868d9f --- /dev/null +++ b/astro/xphoon/files/patch-aa @@ -0,0 +1,11 @@ +--- ./Imakefile.org Wed Sep 18 12:57:31 1991 ++++ ./Imakefile Tue Feb 14 18:44:28 1995 +@@ -11,7 +11,7 @@ + + + INCLUDES = -I. -I$(TOP) -I$(TOP)/X11 -I$(TOP)/X11/bitmaps +-LOCAL_LIBRARIES = $(XLIB) ++LOCAL_LIBRARIES = $(XLIB) -lcompat + DEPLIBS = $(DEPXLIB) + LDLIBS = -lm + |