Revert "dev-libs/xxhash: Compile xxhash.o once"
authorGuilherme Amadio <amadio@gentoo.org>
Mon, 17 Sep 2018 09:40:34 +0000 (11:40 +0200)
committerGuilherme Amadio <amadio@gentoo.org>
Mon, 17 Sep 2018 09:40:34 +0000 (11:40 +0200)
This reverts commit 01e24f2cd0d3bea9dab9c6047648941d677dbcb6.

dev-libs/xxhash/files/xxhash-0.6.5-do-not-compile-xxhash.o-twice.patch [deleted file]
dev-libs/xxhash/xxhash-0.6.5.ebuild

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 (file)
index dcbc8c3..0000000
+++ /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
index 18a037770e5418f60c710a7b3832316a5fc9a802..fac71089f077320e8cffeb768a290c3d88ed4071 100644 (file)
@@ -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" \