diff options
Diffstat (limited to 'graphics/avifile/patches/patch-ar')
-rw-r--r-- | graphics/avifile/patches/patch-ar | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/graphics/avifile/patches/patch-ar b/graphics/avifile/patches/patch-ar deleted file mode 100644 index 82013dc07a5..00000000000 --- a/graphics/avifile/patches/patch-ar +++ /dev/null @@ -1,31 +0,0 @@ -$NetBSD: patch-ar,v 1.1 2002/01/23 16:52:10 skrll Exp $ - ---- lib/loader/Makefile.in.orig Wed Jan 23 16:35:05 2002 -+++ lib/loader/Makefile.in -@@ -1,6 +1,6 @@ --# Makefile.in generated automatically by automake 1.4 from Makefile.am -+# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am - --# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. -+# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc. - # This Makefile.in is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, - # with or without modifications, as long as this notice is preserved. -@@ -332,7 +332,7 @@ - @for file in $(DISTFILES); do \ - d=$(srcdir); \ - if test -d $$d/$$file; then \ -- cp -pr $$/$$file $(distdir)/$$file; \ -+ cp -pr $$d/$$file $(distdir)/$$file; \ - else \ - test -f $(distdir)/$$file \ - || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ -@@ -449,7 +449,7 @@ - - - stubs.lo: stubs.s -- $(CC) -c ./stubs.s -o stubs.lo -+ $(LIBTOOL) $(CC) -c ./stubs.s -o stubs.o - - # Tell versions [3.59,3.63) of GNU make to not export all variables. - # Otherwise a system limit (for SysV at least) may be exceeded. |