summaryrefslogtreecommitdiff
path: root/math/metis4/files/patch-ab
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-10-10 05:40:57 +0000
committerSteve Price <steve@FreeBSD.org>1998-10-10 05:40:57 +0000
commit98744c8279d1f5885517de2a80ac4fea42baf9e0 (patch)
tree59639d407e3926b948619538718da0dbcc36618f /math/metis4/files/patch-ab
parentThe manpage is in Japanese so put it in man/ja. (diff)
Update to version 4.0.
PR: 8243 Submitted by: old maintainer
Notes
Notes: svn path=/head/; revision=13840
Diffstat (limited to '')
-rw-r--r--math/metis4/files/patch-ab56
1 files changed, 36 insertions, 20 deletions
diff --git a/math/metis4/files/patch-ab b/math/metis4/files/patch-ab
index 659723570fd9..4b0d3c27f638 100644
--- a/math/metis4/files/patch-ab
+++ b/math/metis4/files/patch-ab
@@ -1,20 +1,36 @@
---- Lib/Makefile.orig Sat Apr 25 23:43:54 1998
-+++ Lib/Makefile Sat Apr 25 23:44:31 1998
-@@ -2,7 +2,7 @@
-
- INCLUDES = -I./
-
--CFLAGS = $(COPTIONS) $(OPTFLAGS) $(INCLUDES)
-+CFLAGS += $(COPTIONS) $(OPTFLAGS) $(INCLUDES)
- LD = $(CC) -L./
-
-
-@@ -17,7 +17,7 @@
- $(CC) $(CFLAGS) -c $*.c
-
- ../libmetis.a: $(OBJS)
-- $(AR) $@ $(OBJS)
-+ $(AR) $(ARFLAGS) $@ $(OBJS)
- $(RANLIB) $@
-
- checkin:
+*** Lib/Makefile.orig Fri Oct 9 20:19:01 1998
+--- Lib/Makefile Fri Oct 9 20:20:32 1998
+***************
+*** 2,8 ****
+
+ INCLUDES = -I.
+
+! CFLAGS = $(COPTIONS) $(OPTFLAGS) $(INCLUDES)
+ LD = $(CC) -L.
+
+
+--- 2,8 ----
+
+ INCLUDES = -I.
+
+! CFLAGS += $(COPTIONS) $(OPTFLAGS) $(INCLUDES)
+ LD = $(CC) -L.
+
+
+***************
+*** 21,27 ****
+ $(CC) $(CFLAGS) -c $*.c
+
+ ../libmetis.a: $(OBJS)
+! $(AR) $@ $(OBJS)
+ $(RANLIB) $@
+
+ clean:
+--- 21,27 ----
+ $(CC) $(CFLAGS) -c $*.c
+
+ ../libmetis.a: $(OBJS)
+! $(AR) $(ARFLAGS) $@ $(OBJS)
+ $(RANLIB) $@
+
+ clean: