aboutsummaryrefslogtreecommitdiff
path: root/math/metis4/files/patch-ad
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1999-02-14 10:41:19 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1999-02-14 10:41:19 +0000
commitce5da22b7076167a515a6a0b602b22b67022e5ff (patch)
tree2de75577a4acfc9897ffb9ed4f14f84b6bf1ef54 /math/metis4/files/patch-ad
parentcd42c5c7374eab44ee3573fc2d05d44525741237 (diff)
downloadports-ce5da22b7076167a515a6a0b602b22b67022e5ff.tar.gz
ports-ce5da22b7076167a515a6a0b602b22b67022e5ff.zip
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_1_0'.release/3.1.0
Notes
Notes: svn path=/head/; revision=16726 svn path=/tags/RELEASE_3_1_0/; revision=16727; tag=release/3.1.0
Diffstat (limited to 'math/metis4/files/patch-ad')
-rw-r--r--math/metis4/files/patch-ad19
1 files changed, 0 insertions, 19 deletions
diff --git a/math/metis4/files/patch-ad b/math/metis4/files/patch-ad
deleted file mode 100644
index 0e0032718205..000000000000
--- a/math/metis4/files/patch-ad
+++ /dev/null
@@ -1,19 +0,0 @@
-*** 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..