summaryrefslogtreecommitdiff
path: root/math/metis/files/patch-ab
diff options
context:
space:
mode:
authorBrendan Fabeny <bf@FreeBSD.org>2012-03-17 13:55:41 +0000
committerBrendan Fabeny <bf@FreeBSD.org>2012-03-17 13:55:41 +0000
commit362462b64182f509f4dbcaaef4ac49db2797df0d (patch)
tree8070d95db6c44cd79f73c3500d12877aa1ef5ac1 /math/metis/files/patch-ab
parent- Final patch (diff)
respect CC and related variables [1]; add a test target; update WWW;
minor simplifications; shorten a few long lines PR: 163232 [1] Submitted by: J. Beich (partial patch) [1] Feature safe: yes
Diffstat (limited to 'math/metis/files/patch-ab')
-rw-r--r--math/metis/files/patch-ab19
1 files changed, 0 insertions, 19 deletions
diff --git a/math/metis/files/patch-ab b/math/metis/files/patch-ab
deleted file mode 100644
index 133b607e0b18..000000000000
--- a/math/metis/files/patch-ab
+++ /dev/null
@@ -1,19 +0,0 @@
-*** 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.
-
-