Skip to content

Commit

Permalink
Make this program compile and work on Solaris.
Browse files Browse the repository at this point in the history
  • Loading branch information
agc committed Jan 19, 2000
1 parent bc2316c commit 956abef
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
4 changes: 2 additions & 2 deletions editors/jove/files/patch-sum
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$NetBSD: patch-sum,v 1.2 1999/09/27 18:21:58 kim Exp $
$NetBSD: patch-sum,v 1.3 2000/01/19 16:32:12 agc Exp $

MD5 (patch-aa) = aaca15e7f84cc28ae47db27a0730f44a
MD5 (patch-aa) = c6c84ff1d29a72f7c90f6eeb43b57738
MD5 (patch-ab) = 087818d9a361eded2427de4f7c7ef363
18 changes: 13 additions & 5 deletions editors/jove/patches/patch-aa
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$NetBSD: patch-aa,v 1.1.1.1 1999/03/06 22:07:50 agc Exp $
$NetBSD: patch-aa,v 1.2 2000/01/19 16:32:13 agc Exp $

--- Makefile.orig Thu Mar 4 14:54:17 1999
+++ Makefile Thu Mar 4 15:59:51 1999
--- Makefile.orig Tue Mar 19 04:44:33 1996
+++ Makefile Wed Jan 19 16:25:36 2000
@@ -27,16 +27,20 @@
# LIBDIR and SHAREDIR. All others must already exist.

Expand Down Expand Up @@ -38,13 +38,13 @@ $NetBSD: patch-aa,v 1.1.1.1 1999/03/06 22:07:50 agc Exp $
-XINSTALL=cp
-#XINSTALL=/usr/ucb/install $(INSTALLFLAGS) -c -m 755 # -s
+#XINSTALL=cp
+XINSTALL=/usr/bin/install $(INSTALLFLAGS) -c -m 755 # -s
+XINSTALL=${BSD_INSTALL_PROGRAM}

# to install text files
-TINSTALL=cp
-#TINSTALL=/usr/ucb/install $(INSTALLFLAGS) -c -m 644
+#TINSTALL=cp
+TINSTALL=/usr/bin/install $(INSTALLFLAGS) -c -m 644
+TINSTALL=${BSD_INSTALL_DATA}

# These should all just be right if the above ones are.
# You will confuse JOVE if you move anything from LIBDIR or SHAREDIR.
Expand All @@ -66,3 +66,11 @@ $NetBSD: patch-aa,v 1.1.1.1 1999/03/06 22:07:50 agc Exp $

# for SCO Xenix, set
# MEMFLAGS = -Mle
@@ -179,6 +183,7 @@
# CC = /opt/SUNWspro/bin/cc
# For DG AViiON, expect compile errors unless you use the GNU C compiler:
# CC=gcc
+CC= gcc

# Load invocation of cc.
# LDCC = purify $(CC)

0 comments on commit 956abef

Please sign in to comment.