aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-05-04 19:52:38 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-05-04 19:52:38 +0000
commit2841ba43296bad7566864be53795fee434c33e84 (patch)
tree0176c6ceab27ba54f16826b47f73296803af6b85 /audio
parent9153fd68796f119b8e0984d86b07a944fbab7c1f (diff)
downloadports-2841ba43296bad7566864be53795fee434c33e84.tar.gz
ports-2841ba43296bad7566864be53795fee434c33e84.zip
Notes
Diffstat (limited to 'audio')
-rw-r--r--audio/alsaplayer/files/patch-interface::gtk::PlaylistWindow.cpp10
-rw-r--r--audio/alsaplayer/files/patch-interface::gtk::gtk_interface.cpp10
2 files changed, 20 insertions, 0 deletions
diff --git a/audio/alsaplayer/files/patch-interface::gtk::PlaylistWindow.cpp b/audio/alsaplayer/files/patch-interface::gtk::PlaylistWindow.cpp
new file mode 100644
index 000000000000..560fe8ff47b5
--- /dev/null
+++ b/audio/alsaplayer/files/patch-interface::gtk::PlaylistWindow.cpp
@@ -0,0 +1,10 @@
+--- interface/gtk/PlaylistWindow.cpp.orig Tue May 4 21:33:21 2004
++++ interface/gtk/PlaylistWindow.cpp Tue May 4 21:41:10 2004
+@@ -16,6 +16,7 @@
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ */
+
++#include <assert.h>
+ #include <cstdio>
+ #include <cstdlib>
+ #include <cstring>
diff --git a/audio/alsaplayer/files/patch-interface::gtk::gtk_interface.cpp b/audio/alsaplayer/files/patch-interface::gtk::gtk_interface.cpp
new file mode 100644
index 000000000000..879186cad674
--- /dev/null
+++ b/audio/alsaplayer/files/patch-interface::gtk::gtk_interface.cpp
@@ -0,0 +1,10 @@
+--- interface/gtk/gtk_interface.cpp.orig Tue May 4 21:33:21 2004
++++ interface/gtk/gtk_interface.cpp Tue May 4 21:43:54 2004
+@@ -16,6 +16,7 @@
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ */
+
++#include "assert.h"
+ #include "AlsaPlayer.h"
+ #include "config.h"
+ #include "prefs.h"