diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-10-21 14:20:13 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-10-21 14:20:49 +0200 |
commit | 3b3cd50825ef2f27b4c2b81cd300728743a321fb (patch) | |
tree | cff0c5f419b8074b1cb27cf750a5124a8ff03fc1 /media-libs/libextractor | |
parent | app-crypt/gnupg: Add user-socket USE flag (diff) | |
download | gentoo-3b3cd50825ef2f27b4c2b81cd300728743a321fb.tar.gz gentoo-3b3cd50825ef2f27b4c2b81cd300728743a321fb.tar.bz2 gentoo-3b3cd50825ef2f27b4c2b81cd300728743a321fb.zip |
Revert "media-libs/libextractor: Fix gcc-8 segfault (#668044 by Toralf Förster)"
This reverts commit 6a2b56c0a796fdb00151ba69fb2c617715307905.
Bug: https://bugs.gentoo.org/668044
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'media-libs/libextractor')
-rw-r--r-- | media-libs/libextractor/files/libextractor-1.7-segfault.patch | 19 | ||||
-rw-r--r-- | media-libs/libextractor/libextractor-1.7.ebuild | 5 |
2 files changed, 0 insertions, 24 deletions
diff --git a/media-libs/libextractor/files/libextractor-1.7-segfault.patch b/media-libs/libextractor/files/libextractor-1.7-segfault.patch deleted file mode 100644 index 8b44238bf076..000000000000 --- a/media-libs/libextractor/files/libextractor-1.7-segfault.patch +++ /dev/null @@ -1,19 +0,0 @@ -*** a/src/plugins/ole2_extractor.c~ 2018-06-20 15:02:55.000000000 -0500 ---- b/src/plugins/ole2_extractor.c 2018-07-18 15:21:13.411495048 -0500 -*************** -*** 336,342 **** - (buf[1] != 0x0) || - (0 != strncmp (&buf[2], - "SfxDocumentInfo", -! strlen ("SfxDocumentInfo"))) || - (buf[0x11] != 0x0B) || - (buf[0x13] != 0x00) || /* pw protected! */ - (buf[0x12] != 0x00) ) ---- 336,342 ---- - (buf[1] != 0x0) || - (0 != strncmp (&buf[2], - "SfxDocumentInfo", -! strlen ("SfxDocumentInfo") + 1)) || - (buf[0x11] != 0x0B) || - (buf[0x13] != 0x00) || /* pw protected! */ - (buf[0x12] != 0x00) ) diff --git a/media-libs/libextractor/libextractor-1.7.ebuild b/media-libs/libextractor/libextractor-1.7.ebuild index 76dde5f2ac49..74dc8b4f10b7 100644 --- a/media-libs/libextractor/libextractor-1.7.ebuild +++ b/media-libs/libextractor/libextractor-1.7.ebuild @@ -58,11 +58,6 @@ RDEPEND="${DEPEND} !sci-biology/glimmer " -PATCHES=( - # From Fedora - "${FILESDIR}"/${P}-segfault.patch -) - src_prepare() { default |