diff options
author | 2011-04-25 15:52:39 +0000 | |
---|---|---|
committer | 2011-04-25 15:52:39 +0000 | |
commit | c22935790bf4689550b37dc70d82ccb2f5865b7c (patch) | |
tree | d419d64f7e1e8e9cbee2050b97527dd691ceafdb /media-video/gnome-mplayer/files | |
parent | Clean up and drop patch that's already in the upstream release, this was just... (diff) | |
download | historical-c22935790bf4689550b37dc70d82ccb2f5865b7c.tar.gz historical-c22935790bf4689550b37dc70d82ccb2f5865b7c.tar.bz2 historical-c22935790bf4689550b37dc70d82ccb2f5865b7c.zip |
now unused patch
Package-Manager: portage-2.2.0_alpha30/cvs/Linux x86_64
Diffstat (limited to 'media-video/gnome-mplayer/files')
-rw-r--r-- | media-video/gnome-mplayer/files/gnome-mplayer-1.0.2-implicit_declaration.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/media-video/gnome-mplayer/files/gnome-mplayer-1.0.2-implicit_declaration.patch b/media-video/gnome-mplayer/files/gnome-mplayer-1.0.2-implicit_declaration.patch deleted file mode 100644 index 9c43491259e1..000000000000 --- a/media-video/gnome-mplayer/files/gnome-mplayer-1.0.2-implicit_declaration.patch +++ /dev/null @@ -1,13 +0,0 @@ -http://code.google.com/p/gnome-mplayer/issues/detail?id=505 - ---- src/libgmlib/gm_audio.c -+++ src/libgmlib/gm_audio.c -@@ -24,6 +24,8 @@ - - #include "gm_audio.h" - -+#include <math.h> /* floor */ -+ - #ifdef HAVE_ASOUNDLIB - #include <asoundlib.h> - #endif |