diff options
Diffstat (limited to 'x11/xskyroot')
-rw-r--r-- | x11/xskyroot/files/patch-ac | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/x11/xskyroot/files/patch-ac b/x11/xskyroot/files/patch-ac new file mode 100644 index 000000000000..571af377cb00 --- /dev/null +++ b/x11/xskyroot/files/patch-ac @@ -0,0 +1,8 @@ +--- Imakefile.orig Sat Oct 14 07:16:08 2000 ++++ Imakefile Sat Oct 14 07:16:45 2000 +@@ -4,4 +4,4 @@ + SRCS = xskyroot.c draw.c colorname.c astro.c + OBJS = xskyroot.o draw.o colorname.o astro.o + +-ComplexProgramTarget(xskyroot) ++ComplexProgramTargetNoMan(xskyroot) |