1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/audio/glame/files/patch-src_gui_glame_console.c
Joe Marcus Clarke de52b2e0af Fix the build with guile-1.8.
Obtained from:	Glame CVS
Reported by:	pointyhat via pav
2008-03-02 19:13:35 +00:00

12 lines
464 B
C

--- src/gui/glame_console.c.orig 2008-03-02 14:01:12.000000000 -0500
+++ src/gui/glame_console.c 2008-03-02 14:01:34.000000000 -0500
@@ -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 */