freebsd-ports/graphics/xmountains/files/patch-aa
Ying-Chieh Liao 8b0b900c6c upgrade to 2.6
PR:		45436
Submitted by:	Ports Fury
2002-11-20 12:42:01 +00:00

15 lines
590 B
Text

--- Imakefile.orig Fri Mar 30 21:47:58 2001
+++ Imakefile Sat Nov 9 15:28:34 2002
@@ -1,9 +1,10 @@
-LOCAL_LIBRARIES = -lX11
- SYS_LIBRARIES = -lm
+LOCAL_LIBRARIES = $(XLIB)
+ SYS_LIBRARIES = MathLibrary
SRCS = calcalt.c random.c artist.c xmountains.c X_graphics.c print_alg.c
OBJS = calcalt.o random.o artist.o xmountains.o X_graphics.o print_alg.o
HDRS = crinkle.h paint.h patchlevel.h copyright.h vroot.h
SHARS = README $(SRCS) $(HDRS) Imakefile xmountains.man Makefile.alt
+ MANSUFFIX = 6
ComplexProgramTarget(xmountains)