diff options
Diffstat (limited to 'math/metis4/files/patch-ad')
-rw-r--r-- | math/metis4/files/patch-ad | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/metis4/files/patch-ad b/math/metis4/files/patch-ad new file mode 100644 index 000000000000..05210eefcaff --- /dev/null +++ b/math/metis4/files/patch-ad @@ -0,0 +1,11 @@ +--- 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../ |