summaryrefslogtreecommitdiff
path: root/libre/clementine/clementine-gcc6.patch
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2020-04-11 10:45:40 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2020-04-11 10:45:40 -0500
commitb2137d95a95a40f7d578839ca129d0f587e0fb3b (patch)
tree7016dd2574e4f9654e3800dbcb83083c0ed64cbb /libre/clementine/clementine-gcc6.patch
parent891c16dc281b1488c9622251df401dc2b038c6a1 (diff)
downloadabslibre-b2137d95a95a40f7d578839ca129d0f587e0fb3b.tar.gz
abslibre-b2137d95a95a40f7d578839ca129d0f587e0fb3b.tar.bz2
abslibre-b2137d95a95a40f7d578839ca129d0f587e0fb3b.zip
clementine-1.4.0rc1-1.parabola1: updating version
Diffstat (limited to 'libre/clementine/clementine-gcc6.patch')
-rw-r--r--libre/clementine/clementine-gcc6.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/libre/clementine/clementine-gcc6.patch b/libre/clementine/clementine-gcc6.patch
deleted file mode 100644
index 24c38735e..000000000
--- a/libre/clementine/clementine-gcc6.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From e31278c05666f8ae0e819bd831c65e8766ba2679 Mon Sep 17 00:00:00 2001
-From: Bigard Florian <florian.bigard@gmail.com>
-Date: Mon, 9 May 2016 11:55:34 +0200
-Subject: [PATCH] Fix projectm compilation with GCC 6 (#5371)
-
----
- 3rdparty/libprojectm/CMakeLists.txt | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/3rdparty/libprojectm/CMakeLists.txt b/3rdparty/libprojectm/CMakeLists.txt
-index e6287f176..0ef785c49 100644
---- a/3rdparty/libprojectm/CMakeLists.txt
-+++ b/3rdparty/libprojectm/CMakeLists.txt
-@@ -24,6 +24,8 @@ set(BUILD_PROJECTM_STATIC ON)
- set(DISABLE_NATIVE_PRESETS ON)
- set(DISABLE_MILKDROP_PRESETS OFF)
-
-+set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=gnu++98")
-+
- if(DISABLE_NATIVE_PRESETS)
- ADD_DEFINITIONS(-DDISABLE_NATIVE_PRESETS)
- endif(DISABLE_NATIVE_PRESETS)