From: hagan%opine@cs.umass.edu (Craig I. Hagan)
Newsgroups: comp.os.linux.announce
Subject: term 1.12 patches for OSF/1
Date: 12 Feb 1994 09:55:04 +0200
Approved: linux-announce@tc.cornell.edu (Lars Wirzenius)
Message-ID: <2ji20o$qir@klaava.Helsinki.FI>

Hi,

it looks like my term patches for the alpha OSF/1 platform
had become out of date, here is some additional patches for term-1.12
to make it happy.

this patch is available on opine.cs.umass.edu:/pub/alpha/patch

-- craig

===================================================================
RCS file: /rcf/local-src/build/REPOSITORY/term112/Makefile,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 Makefile
--- 1.1.1.1	1994/02/11 14:24:17
+++ Makefile	1994/02/11 14:25:52
@@ -64,7 +64,7 @@
 	@echo "Look for you operating system, ad type one of the"
 	@echo "following to build term for that system."
 	@echo
-	@echo "netbsd linux aix sun sgi mips next hpux svr4 sol21"
+	@echo "netbsd linux aix sun sgi mips next hpux svr4 sol21 osf1" 
 	@echo
 	@echo "To install type 'make DO=install <ostype>'"
 
@@ -81,6 +81,9 @@
 	$(MAKE) AR="ar rc" RANLIB=ranlib $(DO)
 
 sgi:
+	$(MAKE) $(DO)
+
+osf1:
 	$(MAKE) $(DO)
 
 mips:
===================================================================
RCS file: /rcf/local-src/build/REPOSITORY/term112/includes.h,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 includes.h
--- 1.1.1.1	1994/02/11 14:24:17
+++ includes.h	1994/02/11 14:27:17
@@ -52,7 +52,7 @@
 #ifdef I_GETOPT
 #if defined(linux)
 #include <getopt.h>
-#elif defined(__hpux) || defined(__386BSD__) || defined(___386BSD___) || defined(SVR4) || defined(__NetBSD__)
+#elif defined(__hpux) || defined(__386BSD__) || defined(___386BSD___) || defined(SVR4) || defined(__NetBSD__) || defined(__OSF1__) || defined (__osf__)
 #if defined(__hpux__) || defined(__hpux) 
 #include <unistd.h>
 extern char *optarg;


--
Mail submissions for comp.os.linux.announce to: linux-announce@tc.cornell.edu
PLEASE remember Keywords: and a short description of the software.
