diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2017-01-02 17:17:38 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-01-04 12:12:33 +0200 |
commit | c975ec1999312777c22ad101f8c415915bc16589 (patch) | |
tree | 4cffd572343093863fc8110866c117f7be015cf7 /media-plugins/libvisual-projectm | |
parent | media-plugins/gmpc-libnotify: remove unused patch (diff) | |
download | gentoo-c975ec1999312777c22ad101f8c415915bc16589.tar.gz gentoo-c975ec1999312777c22ad101f8c415915bc16589.tar.bz2 gentoo-c975ec1999312777c22ad101f8c415915bc16589.zip |
media-plugins/libvisual-projectm: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/3305
Diffstat (limited to 'media-plugins/libvisual-projectm')
-rw-r--r-- | media-plugins/libvisual-projectm/files/2.0.1-gcc4.6.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/media-plugins/libvisual-projectm/files/2.0.1-gcc4.6.patch b/media-plugins/libvisual-projectm/files/2.0.1-gcc4.6.patch deleted file mode 100644 index 9ae5f609815e..000000000000 --- a/media-plugins/libvisual-projectm/files/2.0.1-gcc4.6.patch +++ /dev/null @@ -1,15 +0,0 @@ -Fix build failure with GCC4.6 - -http://projectm.svn.sourceforge.net/viewvc/projectm?view=revision&revision=1355 - ---- trunk/src/projectM-libvisual/actor_projectM.cpp 2009/02/20 19:07:44 1210 -+++ trunk/src/projectM-libvisual/actor_projectM.cpp 2011/05/06 12:04:58 1355 -@@ -209,7 +209,7 @@ - * we aren't with projectm, so just ignore :) */ - extern "C" VisPalette *lv_projectm_palette (VisPluginData *plugin) - { -- return NULL; -+ return (VisPalette *) NULL; - } - - /* This is where the real rendering happens! This function is what we call, many times |