diff options
Diffstat (limited to 'media-sound/alsaplayer/files/gcc.patch')
-rw-r--r-- | media-sound/alsaplayer/files/gcc.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/media-sound/alsaplayer/files/gcc.patch b/media-sound/alsaplayer/files/gcc.patch deleted file mode 100644 index 0d26bcc656b1..000000000000 --- a/media-sound/alsaplayer/files/gcc.patch +++ /dev/null @@ -1,22 +0,0 @@ -diff -ruN interface/gtk/PlaylistWindow.cpp interface.new/gtk/PlaylistWindow.cpp ---- interface/gtk/PlaylistWindow.cpp 2003-09-26 16:00:26.000000000 +0900 -+++ interface.new/gtk/PlaylistWindow.cpp 2003-09-26 16:02:12.000000000 +0900 -@@ -22,6 +22,7 @@ - #include <unistd.h> - #include <pthread.h> - #include <sys/stat.h> -+#include <assert.h> - #include <gtk/gtk.h> - #include <gdk/gdkkeysyms.h> - #include <gtk/gtkdnd.h> -diff -ruN interface/gtk/gtk_interface.cpp interface.new/gtk/gtk_interface.cpp ---- interface/gtk/gtk_interface.cpp 2003-09-26 16:00:35.000000000 +0900 -+++ interface.new/gtk/gtk_interface.cpp 2003-09-26 16:02:04.000000000 +0900 -@@ -22,6 +22,7 @@ - #include "alsaplayer_error.h" - #include <unistd.h> - #include <sys/types.h> -+#include <assert.h> - //#define NEW_SCALE - //#define SUBSECOND_DISPLAY - |