diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-01-11 11:50:20 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-01-11 11:50:20 +0000 |
commit | a6f9d1a6cd1eccb8b0df857169a1eedc8e212f81 (patch) | |
tree | 5f8f1c04716d246bacc17950d95e3a0d1ec5ec5f /graphics/xmountains/files | |
parent | aeeac4f091907757d0a1da29d1e21c8f9ad2b4ca (diff) |
Notes
Diffstat (limited to 'graphics/xmountains/files')
-rw-r--r-- | graphics/xmountains/files/patch-aa | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/graphics/xmountains/files/patch-aa b/graphics/xmountains/files/patch-aa new file mode 100644 index 000000000000..72aea08ed910 --- /dev/null +++ b/graphics/xmountains/files/patch-aa @@ -0,0 +1,28 @@ +*** Imakefile.old Fri Oct 28 00:12:20 1994 +--- Imakefile Sat Nov 16 04:08:12 1996 +*************** +*** 1,9 **** +! LOCAL_LIBRARIES = -lX11 + SYS_LIBRARIES = -lm + SRCS = calcalt.c random.c artist.c global.c xmountains.c X_graphics.c print_alg.c + OBJS = calcalt.o random.o artist.o global.o xmountains.o X_graphics.o print_alg.o + HDRS = crinkle.h global.h paint.h patchlevel.h copyright.h + SHARS = README $(SRCS) $(HDRS) Imakefile xmountains.man + ComplexProgramTarget(xmountains) + + +--- 1,14 ---- +! LOCAL_LIBRARIES = $(XLIB) +! DEPLIBS = $(DEPXLIB) + SYS_LIBRARIES = -lm + SRCS = calcalt.c random.c artist.c global.c xmountains.c X_graphics.c print_alg.c + OBJS = calcalt.o random.o artist.o global.o xmountains.o X_graphics.o print_alg.o + HDRS = crinkle.h global.h paint.h patchlevel.h copyright.h + SHARS = README $(SRCS) $(HDRS) Imakefile xmountains.man ++ BINDIR= /usr/X11R6/bin ++ MANDIR= /usr/X11R6/man/man6 ++ MANSUFFIX= 6 ++ + ComplexProgramTarget(xmountains) + + |