summaryrefslogtreecommitdiffstats
path: root/audio/alsaplayer
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-05-04 19:52:38 +0000
committerpav <pav@FreeBSD.org>2004-05-04 19:52:38 +0000
commit66b32c848df11e71f5d0b884c03bc23138cb3d94 (patch)
tree0da569287bd5b3b28b32bfeb76f6638937855627 /audio/alsaplayer
parentd38c6bd2e320e035d70918fa67fa94d7ffed81c7 (diff)
downloadFreeBSD-ports-66b32c848df11e71f5d0b884c03bc23138cb3d94.zip
FreeBSD-ports-66b32c848df11e71f5d0b884c03bc23138cb3d94.tar.gz
- Fix build of gtk12 extension on gcc 3.3
PR: ports/66190 Reported by: User1001 <supraexpress@globaleyes.net>
Diffstat (limited to 'audio/alsaplayer')
-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 0000000..560fe8f
--- /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 0000000..879186c
--- /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"
OpenPOWER on IntegriCloud