Distfile changed on the MASTER_SITE. I have no idea if this

was functional or not, as there isn't a version number anywhere.
Support CC in patch-aa, too...
This commit is contained in:
Chris Piazza 1999-08-31 03:57:56 +00:00
parent dbf914ed73
commit 2174e47129
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=21152
2 changed files with 6 additions and 6 deletions

View File

@ -1 +1 @@
MD5 (seaview.tar) = 3c9da6cc509ca7207292e074cd285b86
MD5 (seaview.tar) = 42ae1a205fb97b65633d4b69ec398550

View File

@ -1,11 +1,11 @@
--- Makefile.orig Fri Dec 5 13:22:24 1997
+++ Makefile Fri Dec 5 13:20:45 1997
--- Makefile.orig Mon Aug 30 20:54:56 1999
+++ Makefile Mon Aug 30 20:55:48 1999
@@ -0,0 +1,17 @@
+#matpt.h
+#seaview.h
+CC = gcc
+CFLAGS+= -I/usr/X11R6/include
+LIBS = -L/usr/X11R6/lib -lxforms -lX11 -lm
+CC ?= gcc
+CFLAGS+= -I${X11BASE}/include
+LIBS = -L${X11BASE}/lib -lxforms -lX11 -lm
+SRCS = align.c comlines.c load_seq.c regions.c seaview.c use_mase_files.c xfmatpt.c
+OBJS = align.o comlines.o load_seq.o regions.o seaview.o use_mase_files.o xfmatpt.o
+