diff options
author | mph <mph@FreeBSD.org> | 1998-04-26 11:55:22 +0800 |
---|---|---|
committer | mph <mph@FreeBSD.org> | 1998-04-26 11:55:22 +0800 |
commit | 4ef891c95f373fde8f56a3061fa99d9970e115c8 (patch) | |
tree | 5290eebb2d35886b706b86ff26b4aeba8e3f55f3 /math/metis4/files/patch-ab | |
parent | 72452f755b902ac09b147bdda6b6cae91846d7fe (diff) | |
download | freebsd-ports-gnome-4ef891c95f373fde8f56a3061fa99d9970e115c8.tar.gz freebsd-ports-gnome-4ef891c95f373fde8f56a3061fa99d9970e115c8.tar.zst freebsd-ports-gnome-4ef891c95f373fde8f56a3061fa99d9970e115c8.zip |
Import of METIS, a package for unstructured graph partitioning.
At least, that's what the COMMENT says it does...
PR: 4920
Submitted by: Pedro Giffuni <giffunip@asme.org>
Diffstat (limited to 'math/metis4/files/patch-ab')
-rw-r--r-- | math/metis4/files/patch-ab | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/math/metis4/files/patch-ab b/math/metis4/files/patch-ab new file mode 100644 index 000000000000..659723570fd9 --- /dev/null +++ b/math/metis4/files/patch-ab @@ -0,0 +1,20 @@ +--- Lib/Makefile.orig Sat Apr 25 23:43:54 1998 ++++ Lib/Makefile Sat Apr 25 23:44:31 1998 +@@ -2,7 +2,7 @@ + + INCLUDES = -I./ + +-CFLAGS = $(COPTIONS) $(OPTFLAGS) $(INCLUDES) ++CFLAGS += $(COPTIONS) $(OPTFLAGS) $(INCLUDES) + LD = $(CC) -L./ + + +@@ -17,7 +17,7 @@ + $(CC) $(CFLAGS) -c $*.c + + ../libmetis.a: $(OBJS) +- $(AR) $@ $(OBJS) ++ $(AR) $(ARFLAGS) $@ $(OBJS) + $(RANLIB) $@ + + checkin: |