summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2021-02-15 17:54:27 +0100
committerConrad Kostecki <conikost@gentoo.org>2021-02-15 21:13:19 +0100
commite704e0eb6e7c95669db6b6a31a020fce756cf429 (patch)
treedc7f6e793e2b17dd2a26aea0102db2431921b41a /media-sound/sc2mpd/files/ohnetgenerated.makefile.patch
parentmedia-video/vlc: remove unused patch (diff)
downloadgentoo-e704e0eb6e7c95669db6b6a31a020fce756cf429.tar.gz
gentoo-e704e0eb6e7c95669db6b6a31a020fce756cf429.tar.bz2
gentoo-e704e0eb6e7c95669db6b6a31a020fce756cf429.zip
media-sound/sc2mpd: remove unused patches
Closes: https://github.com/gentoo/gentoo/pull/19476 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'media-sound/sc2mpd/files/ohnetgenerated.makefile.patch')
-rw-r--r--media-sound/sc2mpd/files/ohnetgenerated.makefile.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/media-sound/sc2mpd/files/ohnetgenerated.makefile.patch b/media-sound/sc2mpd/files/ohnetgenerated.makefile.patch
deleted file mode 100644
index d320cefbd473..000000000000
--- a/media-sound/sc2mpd/files/ohnetgenerated.makefile.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-diff --git a/Makefile b/Makefile
-index bf7a1ba..49bffaf 100644
---- a/Makefile
-+++ b/Makefile
-@@ -70,14 +70,17 @@ else
- else ifneq (,$(findstring linux,$(gcc_machine)))
- detected_openhome_system = Linux
- endif
-- ifeq ($(gcc_machine),arm-none-linux-gnueabi)
-- detected_openhome_architecture = armel
-- endif
-- ifeq ($(gcc_machine),arm-linux-gnueabi)
-- detected_openhome_architecture = armel
-- endif
-- ifeq ($(gcc_machine),arm-linux-gnueabihf)
-- detected_openhome_architecture = armhf
-+ ifneq (,$(findstring arm,$(gcc_machine)))
-+ ifneq (,$(findstring linux-gnueabihf,$(gcc_machine)))
-+ detected_openhome_architecture = armhf
-+ else ifneq (,$(findstring armv7hl,$(gcc_machine)))
-+ # cubox: armv7hl-redhat-linux-gnueabi
-+ detected_openhome_architecture = armhf
-+ else ifeq (${detected_openhome_system},Qnap)
-+ detected_openhome_architecture = x19
-+ else
-+ detected_openhome_architecture = armel
-+ endif
- endif
- ifneq (,$(findstring i686,$(gcc_machine)))
- detected_openhome_architecture = x86