summaryrefslogtreecommitdiff
path: root/archivers/gcpio/patches/patch-aj
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/gcpio/patches/patch-aj')
-rw-r--r--archivers/gcpio/patches/patch-aj13
1 files changed, 13 insertions, 0 deletions
diff --git a/archivers/gcpio/patches/patch-aj b/archivers/gcpio/patches/patch-aj
new file mode 100644
index 00000000000..8f10edcce54
--- /dev/null
+++ b/archivers/gcpio/patches/patch-aj
@@ -0,0 +1,13 @@
+$NetBSD: patch-aj,v 1.1 2005/11/03 19:38:50 adrianp Exp $
+
+--- src/global.c.orig 2004-09-08 11:23:44.000000000 +0100
++++ src/global.c
+@@ -100,7 +100,7 @@ int quiet_flag = false;
+ int only_verify_crc_flag = false;
+
+ /* If true, don't use any absolute paths, prefix them by `./'. */
+-int no_abs_paths_flag = false;
++int abs_paths_flag = false;
+
+ #ifdef DEBUG_CPIO
+ /* If true, print debugging information. */