summaryrefslogtreecommitdiff
path: root/dev-db/redis/files/redis-5.0.8-ppc-atomic.patch
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-04-28 03:17:47 +0100
committerSam James <sam@gentoo.org>2022-04-28 03:17:59 +0100
commitbb357ae44b7e9fbff0d9d9df54370c6796d706cb (patch)
treea4f393c6110dd89dc1cf18a8515a4fc420b80c80 /dev-db/redis/files/redis-5.0.8-ppc-atomic.patch
parente8db611a4cadc177118641ff3146f1ea46f12808 (diff)
downloadgentoo-bb357ae44b7e9fbff0d9d9df54370c6796d706cb.tar.gz
gentoo-bb357ae44b7e9fbff0d9d9df54370c6796d706cb.tar.bz2
gentoo-bb357ae44b7e9fbff0d9d9df54370c6796d706cb.zip
dev-db/redis: drop 5.0.14, 6.0.16
Bug: https://bugs.gentoo.org/841404 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db/redis/files/redis-5.0.8-ppc-atomic.patch')
-rw-r--r--dev-db/redis/files/redis-5.0.8-ppc-atomic.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/dev-db/redis/files/redis-5.0.8-ppc-atomic.patch b/dev-db/redis/files/redis-5.0.8-ppc-atomic.patch
deleted file mode 100644
index 61a4cc721eb1..000000000000
--- a/dev-db/redis/files/redis-5.0.8-ppc-atomic.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-diff --git a/src/Makefile b/src/Makefile
-index 4b2a31c..4ef853b 100644
---- a/src/Makefile
-+++ b/src/Makefile
-@@ -77,6 +77,14 @@ FINAL_LDFLAGS=$(LDFLAGS) $(REDIS_LDFLAGS) $(DEBUG)
- FINAL_LIBS=-lm
- DEBUG=-g -ggdb
-
-+ifneq (,$(filter powerpc ppc,$(uname_M)))
-+ FINAL_LIBS+=-latomic
-+else
-+ifneq (,$(findstring ppc,$(uname_M)))
-+ FINAL_LIBS+=-latomic
-+endif
-+endif
-+
- # Linux ARM needs -latomic at linking time
- ifneq (,$(filter aarch64 armv,$(uname_M)))
- FINAL_LIBS+=-latomic