diff options
author | 2018-09-09 11:39:58 +0200 | |
---|---|---|
committer | 2018-09-09 11:44:34 +0200 | |
commit | 173c62837c28971e2c0c3bbc038ec16fe4930b38 (patch) | |
tree | 30973d2843141e4a82ac7872eb5d183b843959f5 /dev-libs/xxhash/files/xxhash-0.6.5-do-not-compile-xxhash.o-twice.patch | |
parent | media-sound/mpdscribble: minor fixes (diff) | |
download | gentoo-173c62837c28971e2c0c3bbc038ec16fe4930b38.tar.gz gentoo-173c62837c28971e2c0c3bbc038ec16fe4930b38.tar.bz2 gentoo-173c62837c28971e2c0c3bbc038ec16fe4930b38.zip |
dev-libs/xxhash: Compile xxhash.c just once, really
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'dev-libs/xxhash/files/xxhash-0.6.5-do-not-compile-xxhash.o-twice.patch')
-rw-r--r-- | dev-libs/xxhash/files/xxhash-0.6.5-do-not-compile-xxhash.o-twice.patch | 11 |
1 files changed, 0 insertions, 11 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 |