summaryrefslogtreecommitdiff
path: root/multimedia/avifile/patches/patch-ar
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/avifile/patches/patch-ar')
-rw-r--r--multimedia/avifile/patches/patch-ar31
1 files changed, 31 insertions, 0 deletions
diff --git a/multimedia/avifile/patches/patch-ar b/multimedia/avifile/patches/patch-ar
new file mode 100644
index 00000000000..d22dcbdde29
--- /dev/null
+++ b/multimedia/avifile/patches/patch-ar
@@ -0,0 +1,31 @@
+$NetBSD: patch-ar,v 1.1.1.1 2004/01/26 15:11:49 jmmv 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.