diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1999-04-13 10:54:20 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1999-04-13 10:54:20 +0000 |
commit | a757f9340aac7b4accad2bf8af2229530c2b4d29 (patch) | |
tree | 13fe6d43c15b7b630351ee32b2a6da64ae67c592 /math/metis4/files/patch-ab | |
parent | Activate games/drm (diff) |
"site and tarball have changed and the first patch required minimal
changes."
PR: ports/9739
Submitted by: Pedro F. Giffuni <pfgiffun@bachue.usc.unal.edu.co>
Notes
Notes:
svn path=/head/; revision=17832
Diffstat (limited to '')
-rw-r--r-- | math/metis4/files/patch-ab | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/math/metis4/files/patch-ab b/math/metis4/files/patch-ab index 4b0d3c27f638..133b607e0b18 100644 --- a/math/metis4/files/patch-ab +++ b/math/metis4/files/patch-ab @@ -17,20 +17,3 @@ LD = $(CC) -L. -*************** -*** 21,27 **** - $(CC) $(CFLAGS) -c $*.c - - ../libmetis.a: $(OBJS) -! $(AR) $@ $(OBJS) - $(RANLIB) $@ - - clean: ---- 21,27 ---- - $(CC) $(CFLAGS) -c $*.c - - ../libmetis.a: $(OBJS) -! $(AR) $(ARFLAGS) $@ $(OBJS) - $(RANLIB) $@ - - clean: |