commit:     79cdc9995aca702ad110f1d9776fa0cd6b33f79d
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Thu Mar  8 19:25:45 2018 +0000
Commit:     Guilherme Amadio <amadio <AT> gentoo <DOT> org>
CommitDate: Fri Mar  9 07:33:23 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79cdc999

dev-libs/xxhash: remove unused patch

 dev-libs/xxhash/files/xxhash-staticlib.patch | 27 ---------------------------
 1 file changed, 27 deletions(-)

diff --git a/dev-libs/xxhash/files/xxhash-staticlib.patch 
b/dev-libs/xxhash/files/xxhash-staticlib.patch
deleted file mode 100644
index b30ac93dbef..00000000000
--- a/dev-libs/xxhash/files/xxhash-staticlib.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-Only in xxHash-0.6.3.orig/cmake_unofficial: CMakeLists.txt
-diff -ru xxHash-0.6.3.orig/Makefile xxHash-0.6.3/Makefile
---- xxHash-0.6.3.orig/Makefile 2017-12-18 10:47:41.740700013 +0100
-+++ xxHash-0.6.3/Makefile      2017-12-18 11:14:05.157379597 +0100
-@@ -50,7 +50,7 @@
- default: xxhsum
- 
- .PHONY: all
--all: xxhsum xxhsum32 xxhsum_inlinedXXH
-+all: xxhsum xxhsum32 xxhsum_inlinedXXH libxxhash.a
- 
- xxhsum32: CFLAGS += -m32
- xxhsum xxhsum32: xxhash.c xxhsum.c
-@@ -58,6 +58,13 @@
-       ln -sf $@ xxh32sum
-       ln -sf $@ xxh64sum
- 
-+xxhash.o: CPPFLAGS += -DXXHASH_EXPORT
-+xxhash.o: xxhash.c
-+      $(CC) $(FLAGS) -c $^
-+
-+libxxhash.a: xxhash.o
-+      $(AR) rcs $@ $^ $@
-+
- xxhsum_inlinedXXH: xxhsum.c
-       $(CC) $(FLAGS) -DXXH_PRIVATE_API $^ -o $@$(EXT)
- 

Reply via email to