aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/xmountains/files
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-11-20 20:42:01 +0800
committerijliao <ijliao@FreeBSD.org>2002-11-20 20:42:01 +0800
commit4b7af62111041bff3da91dbae45d15925237de89 (patch)
tree4f0e58e8ea323c68e415c60439804ed3dc91843b /graphics/xmountains/files
parent0c87f2f552a69f819b0c89c6af040322f6f273dc (diff)
downloadfreebsd-ports-gnome-4b7af62111041bff3da91dbae45d15925237de89.tar.gz
freebsd-ports-gnome-4b7af62111041bff3da91dbae45d15925237de89.tar.zst
freebsd-ports-gnome-4b7af62111041bff3da91dbae45d15925237de89.zip
upgrade to 2.6
PR: 45436 Submitted by: Ports Fury
Diffstat (limited to 'graphics/xmountains/files')
-rw-r--r--graphics/xmountains/files/patch-aa10
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/xmountains/files/patch-aa b/graphics/xmountains/files/patch-aa
index 0e1d5fcca969..7db3b9b82f45 100644
--- a/graphics/xmountains/files/patch-aa
+++ b/graphics/xmountains/files/patch-aa
@@ -1,13 +1,13 @@
---- Imakefile.orig Wed Sep 11 22:40:57 1996
-+++ Imakefile Thu Aug 10 22:44:57 2000
+--- 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 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
+ 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)