diff options
Diffstat (limited to 'sysutils/gtar/files')
-rw-r--r-- | sysutils/gtar/files/patch-aa | 20 | ||||
-rw-r--r-- | sysutils/gtar/files/patch-ab | 11 |
2 files changed, 31 insertions, 0 deletions
diff --git a/sysutils/gtar/files/patch-aa b/sysutils/gtar/files/patch-aa new file mode 100644 index 000000000000..e9f4e4f3c316 --- /dev/null +++ b/sysutils/gtar/files/patch-aa @@ -0,0 +1,20 @@ +--- src/Makefile.in.orig Wed Sep 27 15:52:00 2000 ++++ src/Makefile.in Wed Sep 27 15:52:14 2000 +@@ -337,7 +337,7 @@ + fi; \ + done + buffer.o: buffer.c system.h ../config.h ../lib/pathmax.h ../lib/error.h \ +- ../lib/xalloc.h ../lib/fnmatch.h ../lib/human.h \ ++ ../lib/xalloc.h ../lib/human.h \ + ../lib/quotearg.h common.h tar.h arith.h ../lib/backupfile.h \ + ../lib/basename.h ../lib/exclude.h ../lib/modechange.h \ + ../lib/safe-read.h rmt.h +@@ -376,7 +376,7 @@ + ../lib/modechange.h ../lib/safe-read.h ../lib/quotearg.h \ + ../lib/save-cwd.h + names.o: names.c system.h ../config.h ../lib/pathmax.h ../lib/error.h \ +- ../lib/xalloc.h ../lib/fnmatch.h ../lib/quotearg.h common.h \ ++ ../lib/xalloc.h ../lib/quotearg.h common.h \ + tar.h arith.h ../lib/backupfile.h ../lib/basename.h \ + ../lib/exclude.h ../lib/modechange.h ../lib/safe-read.h + open3.o: open3.c system.h ../config.h ../lib/pathmax.h ../lib/error.h \ diff --git a/sysutils/gtar/files/patch-ab b/sysutils/gtar/files/patch-ab new file mode 100644 index 000000000000..d587d93f8f5c --- /dev/null +++ b/sysutils/gtar/files/patch-ab @@ -0,0 +1,11 @@ +--- doc/Makefile.in.orig Wed Sep 27 19:15:21 2000 ++++ doc/Makefile.in Wed Sep 27 19:15:33 2000 +@@ -80,7 +80,7 @@ + INTLLIBS = @INTLLIBS@ + INTLOBJS = @INTLOBJS@ + LIBOBJS = @LIBOBJS@ +-MAKEINFO = @MAKEINFO@ ++MAKEINFO = @MAKEINFO@ --no-split + MKINSTALLDIRS = @MKINSTALLDIRS@ + MSGFMT = @MSGFMT@ + PACKAGE = @PACKAGE@ |