summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-fs/udftools/files/udftools-1.0.0b-gcc4.patch')
-rw-r--r--sys-fs/udftools/files/udftools-1.0.0b-gcc4.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/sys-fs/udftools/files/udftools-1.0.0b-gcc4.patch b/sys-fs/udftools/files/udftools-1.0.0b-gcc4.patch
deleted file mode 100644
index 3b58f20f0173..000000000000
--- a/sys-fs/udftools/files/udftools-1.0.0b-gcc4.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-http://bugs.gentoo.org/112122
-
-gcc4 compat
-
---- a/wrudf/wrudf.c
-+++ b/wrudf/wrudf.c
-@@ -245,7 +245,7 @@
- } else if( strncmp( spm->partIdent.ident, UDF_ID_VIRTUAL, strlen(UDF_ID_VIRTUAL)) == 0 )
- virtualPartitionNum = i;
- }
-- (char*)spm += spm->partitionMapLength;
-+ spm = (char*)spm + spm->partitionMapLength;
- }
-
- if( medium == CDR ) {