summaryrefslogtreecommitdiffstats
path: root/audio/glame/files/patch-src_gui_glame__console.c
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2016-07-26 16:51:15 +0000
committermat <mat@FreeBSD.org>2016-07-26 16:51:15 +0000
commitadb4aaf11c0c2583174888ef2c1f62558623e96f (patch)
tree9b071a8105704e992946dcd6b801e9fcb7635142 /audio/glame/files/patch-src_gui_glame__console.c
parent2dd96c54d0c9b33bb5e3da26df7955f3ef3d86c5 (diff)
downloadFreeBSD-ports-adb4aaf11c0c2583174888ef2c1f62558623e96f.zip
FreeBSD-ports-adb4aaf11c0c2583174888ef2c1f62558623e96f.tar.gz
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
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