summaryrefslogtreecommitdiffstats
path: root/audio/glame/files/patch-src_gui_glame__console.c
diff options
context:
space:
mode:
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 0000000..47b436c
--- /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 */
OpenPOWER on IntegriCloud