summaryrefslogtreecommitdiff
path: root/app-arch/xar/files/xar-1.6.1-ext2.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-arch/xar/files/xar-1.6.1-ext2.patch
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-arch/xar/files/xar-1.6.1-ext2.patch')
-rw-r--r--app-arch/xar/files/xar-1.6.1-ext2.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/app-arch/xar/files/xar-1.6.1-ext2.patch b/app-arch/xar/files/xar-1.6.1-ext2.patch
deleted file mode 100644
index da413b03e522..000000000000
--- a/app-arch/xar/files/xar-1.6.1-ext2.patch
+++ /dev/null
@@ -1,24 +0,0 @@
---- a/lib/ext2.c.orig
-+++ b/lib/ext2.c
-@@ -139,8 +139,10 @@
- if(! (flags & ~EXT2_NOCOMPR_FL) )
- x_addprop(f, "NoCompBlock");
- #endif
-+#ifdef EXT2_ECOMPR_FL
- if(! (flags & ~EXT2_ECOMPR_FL) )
- x_addprop(f, "CompError");
-+#endif
- if(! (flags & ~EXT2_BTREE_FL) )
- x_addprop(f, "BTree");
- if(! (flags & ~EXT2_INDEX_FL) )
-@@ -225,8 +227,10 @@
- if( e2prop_get(f, "NoCompBlock", (char **)&tmp) == 0 )
- flags |= EXT2_NOCOMPR_FL ;
- #endif
-+#ifdef EXT2_ECOMPR_FL
- if( e2prop_get(f, "CompError", (char **)&tmp) == 0 )
- flags |= EXT2_ECOMPR_FL ;
-+#endif
- if( e2prop_get(f, "BTree", (char **)&tmp) == 0 )
- flags |= EXT2_BTREE_FL ;
- if( e2prop_get(f, "HashIndexed", (char **)&tmp) == 0 )