commit:     2ced48fa349c2dc39e09dcd7ac6eac76510c8ae6
Author:     Guilherme Amadio <amadio <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 17 09:40:34 2018 +0000
Commit:     Guilherme Amadio <amadio <AT> gentoo <DOT> org>
CommitDate: Mon Sep 17 09:40:34 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ced48fa

Revert "dev-libs/xxhash: Compile xxhash.o once"

This reverts commit 01e24f2cd0d3bea9dab9c6047648941d677dbcb6.

 .../files/xxhash-0.6.5-do-not-compile-xxhash.o-twice.patch    | 11 -----------
 dev-libs/xxhash/xxhash-0.6.5.ebuild                           |  3 ---
 2 files changed, 14 deletions(-)

diff --git 
a/dev-libs/xxhash/files/xxhash-0.6.5-do-not-compile-xxhash.o-twice.patch 
b/dev-libs/xxhash/files/xxhash-0.6.5-do-not-compile-xxhash.o-twice.patch
deleted file mode 100644
index dcbc8c32dec..00000000000
--- a/dev-libs/xxhash/files/xxhash-0.6.5-do-not-compile-xxhash.o-twice.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/Makefile
-+++ b/Makefile
-@@ -82,7 +82,7 @@
- all: lib xxhsum xxhsum_inlinedXXH
- 
- xxhsum32: CFLAGS += -m32
--xxhsum xxhsum32: xxhash.c xxhsum.c
-+xxhsum xxhsum32: xxhash.o xxhsum.c
-       $(CC) $(FLAGS) $^ -o $@$(EXT)
- 
- .PHONY: xxhsum_and_links

diff --git a/dev-libs/xxhash/xxhash-0.6.5.ebuild 
b/dev-libs/xxhash/xxhash-0.6.5.ebuild
index 18a037770e5..fac71089f07 100644
--- a/dev-libs/xxhash/xxhash-0.6.5.ebuild
+++ b/dev-libs/xxhash/xxhash-0.6.5.ebuild
@@ -14,9 +14,6 @@ KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-fbsd 
~x64-macos"
 IUSE="static-libs"
 
 S="${WORKDIR}/xxHash-${PV}"
-PATCHES=(
-       "${FILESDIR}"/${PN}-0.6.5-do-not-compile-xxhash.o-twice.patch
-)
 
 src_compile() {
        PREFIX="${EPREFIX}/usr" \

Reply via email to