summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-03-08 20:25:45 +0100
committerGuilherme Amadio <amadio@gentoo.org>2018-03-09 08:33:23 +0100
commit79cdc9995aca702ad110f1d9776fa0cd6b33f79d (patch)
tree593605d1b4b63ba7e89f2c92390b883be1cd2af5 /dev-libs/xxhash
parentdev-libs/libgit2: Bump to 0.26.2 security bugfix (diff)
downloadgentoo-79cdc9995aca702ad110f1d9776fa0cd6b33f79d.tar.gz
gentoo-79cdc9995aca702ad110f1d9776fa0cd6b33f79d.tar.bz2
gentoo-79cdc9995aca702ad110f1d9776fa0cd6b33f79d.zip
dev-libs/xxhash: remove unused patch
Diffstat (limited to 'dev-libs/xxhash')
-rw-r--r--dev-libs/xxhash/files/xxhash-staticlib.patch27
1 files changed, 0 insertions, 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 b30ac93dbef7..000000000000
--- 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)
-