aboutsummaryrefslogtreecommitdiff
path: root/audio/glame/files/patch-src_gui_glame__console.c
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-07-26 16:51:15 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-07-26 16:51:15 +0000
commit9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896 (patch)
tree9b071a8105704e992946dcd6b801e9fcb7635142 /audio/glame/files/patch-src_gui_glame__console.c
parent5a20e7990eb544509174d617d359bf0d4ac64737 (diff)
Notes
Diffstat (limited to 'audio/glame/files/patch-src_gui_glame__console.c')
-rw-r--r--audio/glame/files/patch-src_gui_glame__console.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/glame/files/patch-src_gui_glame__console.c b/audio/glame/files/patch-src_gui_glame__console.c
new file mode 100644
index 000000000000..47b436cacc30
--- /dev/null
+++ b/audio/glame/files/patch-src_gui_glame__console.c
@@ -0,0 +1,11 @@
+--- src/gui/glame_console.c.orig 2004-10-23 13:09:24 UTC
++++ src/gui/glame_console.c
+@@ -60,7 +60,7 @@ static void port_register()
+ port = scm_make_port_type("glame-console", NULL, port_write);
+
+ /* Create new port - shamelessly copied from libguile/strports.c */
+- GLAME_NEWCELL(s_port);
++ SCM_NEWCELL(s_port);
+ SCM_DEFER_INTS;
+ pt = scm_add_to_port_table(s_port);
+ #ifdef SCM_SET_CELL_TYPE /* guile >= 1.4 */