From 1b8b3af10eea30014d3c3125ce7fcb8c891e8e39 Mon Sep 17 00:00:00 2001 From: marcel Date: Wed, 25 Feb 2004 06:54:24 +0000 Subject: Fix build on 5.x, where gcc3 doesn't like strings to be multi-line. --- audio/x11amp/Makefile | 4 ---- audio/x11amp/files/patch-Effect::voice::about.c | 14 ++++++++++++++ audio/x11amp/files/patch-General::ir::about.c | 15 +++++++++++++++ 3 files changed, 29 insertions(+), 4 deletions(-) create mode 100644 audio/x11amp/files/patch-Effect::voice::about.c create mode 100644 audio/x11amp/files/patch-General::ir::about.c (limited to 'audio/x11amp') diff --git a/audio/x11amp/Makefile b/audio/x11amp/Makefile index 5907e19..947dc94 100644 --- a/audio/x11amp/Makefile +++ b/audio/x11amp/Makefile @@ -25,10 +25,6 @@ MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}" .include -.if ${OSVERSION} >= 501000 -BROKEN= "Does not compile" -.endif - post-extract: @${CP} ${FILESDIR}/main.xpm ${WRKSRC}/x11amp/defskin diff --git a/audio/x11amp/files/patch-Effect::voice::about.c b/audio/x11amp/files/patch-Effect::voice::about.c new file mode 100644 index 0000000..356aa70 --- /dev/null +++ b/audio/x11amp/files/patch-Effect::voice::about.c @@ -0,0 +1,14 @@ +--- Effect/voice/about.c.orig Tue Feb 24 22:46:03 2004 ++++ Effect/voice/about.c Tue Feb 24 22:46:43 2004 +@@ -31,9 +31,8 @@ + dialog=gtk_dialog_new(); + gtk_window_set_title(GTK_WINDOW(dialog),"About Voice Removal Plugin 0.9"); + gtk_container_border_width(GTK_CONTAINER(dialog),5); +- label=gtk_label_new("X11AMP Voice Removal Plugin 0.9\n +-A simple voice removal plugin by +-Anders Carlsson " ++ label=gtk_label_new("X11AMP Voice Removal Plugin 0.9\n" ++"A simple voice removal plugin by Anders Carlsson " + ); + gtk_box_pack_start(GTK_BOX(GTK_DIALOG(dialog)->vbox),label,TRUE,TRUE,0); + gtk_widget_show(label); diff --git a/audio/x11amp/files/patch-General::ir::about.c b/audio/x11amp/files/patch-General::ir::about.c new file mode 100644 index 0000000..11efe9d --- /dev/null +++ b/audio/x11amp/files/patch-General::ir::about.c @@ -0,0 +1,15 @@ +--- General/ir/about.c.orig Tue Feb 24 22:47:57 2004 ++++ General/ir/about.c Tue Feb 24 22:48:46 2004 +@@ -34,9 +34,9 @@ + gtk_container_border_width(GTK_CONTAINER(frame),5); + gtk_box_pack_start(GTK_BOX(vbox),frame,FALSE,FALSE,0); + +- label=gtk_label_new("\nCreated by Charles Sielski \n +- Control X11amp with your TV/VCR/Stereo remote \n +- IRman page - http://www.evation.com/irman/\n"); ++ label=gtk_label_new("Created by Charles Sielski \n" ++ "Control X11amp with your TV/VCR/Stereo remote\n" ++ "IRman page - http://www.evation.com/irman/\n"); + + gtk_container_add(GTK_CONTAINER(frame),label); + -- cgit v1.1