summaryrefslogtreecommitdiff
path: root/math/metis4/files/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'math/metis4/files/patch-ac')
-rw-r--r--math/metis4/files/patch-ac19
1 files changed, 0 insertions, 19 deletions
diff --git a/math/metis4/files/patch-ac b/math/metis4/files/patch-ac
deleted file mode 100644
index 1bb1f4662175..000000000000
--- a/math/metis4/files/patch-ac
+++ /dev/null
@@ -1,19 +0,0 @@
-*** Programs/Makefile.orig Fri Oct 9 20:21:48 1998
---- Programs/Makefile Fri Oct 9 20:22:16 1998
-***************
-*** 3,9 ****
- BINDIR = ..
-
- INCLUDES = -I../Lib
-! CFLAGS = $(COPTIONS) $(OPTFLAGS) $(INCLUDES)
-
- LIBS = -lmetis -lm
- LD = $(CC) $(LDOPTIONS) -L. -L..
---- 3,9 ----
- BINDIR = ..
-
- INCLUDES = -I../Lib
-! CFLAGS += $(COPTIONS) $(OPTFLAGS) $(INCLUDES)
-
- LIBS = -lmetis -lm
- LD = $(CC) $(LDOPTIONS) -L. -L..