diff options
Diffstat (limited to 'archivers/gtar-base/patches/patch-aj')
-rw-r--r-- | archivers/gtar-base/patches/patch-aj | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/archivers/gtar-base/patches/patch-aj b/archivers/gtar-base/patches/patch-aj new file mode 100644 index 00000000000..559b4e5c9c4 --- /dev/null +++ b/archivers/gtar-base/patches/patch-aj @@ -0,0 +1,14 @@ +$NetBSD: patch-aj,v 1.1 2006/12/03 15:21:20 tron Exp $ + +--- src/common.h.orig 2004-12-21 14:31:58.000000000 +0000 ++++ src/common.h 2006-12-03 15:13:25.000000000 +0000 +@@ -124,6 +124,9 @@ + + GLOBAL bool absolute_names_option; + ++/* Allow GNUTYPE_NAMES type? */ ++GLOBAL bool allow_name_mangling_option; ++ + /* Display file times in UTC */ + GLOBAL bool utc_option; + |