aboutsummaryrefslogtreecommitdiff
path: root/math/metis/files/patch-ad
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/metis/files/patch-ad
parent7f19f8c2d6152f67cc8d5e8483f1a3e691514093 (diff)
downloadports-98744c8279d1f5885517de2a80ac4fea42baf9e0.tar.gz
ports-98744c8279d1f5885517de2a80ac4fea42baf9e0.zip
Update to version 4.0.
PR: 8243 Submitted by: old maintainer
Notes
Notes: svn path=/head/; revision=13840
Diffstat (limited to 'math/metis/files/patch-ad')
-rw-r--r--math/metis/files/patch-ad30
1 files changed, 19 insertions, 11 deletions
diff --git a/math/metis/files/patch-ad b/math/metis/files/patch-ad
index 05210eefcaff..0e0032718205 100644
--- a/math/metis/files/patch-ad
+++ b/math/metis/files/patch-ad
@@ -1,11 +1,19 @@
---- Test/Makefile.orig Sat Apr 25 23:46:45 1998
-+++ Test/Makefile Sat Apr 25 23:46:53 1998
-@@ -3,7 +3,7 @@
- BINDIR = ./
-
- INCLUDES = -I../Lib
--CFLAGS = $(COPTIONS) $(OPTFLAGS) $(INCLUDES)
-+CFLAGS += $(COPTIONS) $(OPTFLAGS) $(INCLUDES)
-
- LIBS = -lmetis -lm
- LD = $(CC) $(LDOPTIONS) -L../
+*** Test/Makefile.orig Fri Oct 9 20:23:24 1998
+--- Test/Makefile Fri Oct 9 20:23:40 1998
+***************
+*** 3,9 ****
+ BINDIR = ../Graphs
+
+ INCLUDES = -I../Lib
+! CFLAGS = $(COPTIONS) $(OPTFLAGS) $(INCLUDES)
+
+ LIBS = -lmetis -lm
+ LD = $(CC) $(LDOPTIONS) -L. -L..
+--- 3,9 ----
+ BINDIR = ../Graphs
+
+ INCLUDES = -I../Lib
+! CFLAGS += $(COPTIONS) $(OPTFLAGS) $(INCLUDES)
+
+ LIBS = -lmetis -lm
+ LD = $(CC) $(LDOPTIONS) -L. -L..