pkgsrc/audio/xmms/patches/patch-af
drochner e4e7176284 -make sure the NetBSD <soundcard.h> is found instead of the version
which comes with xmms, and link in -lossaudio
-fix the sun audio configuration dialog to avoid double unlocking of
 mutexes which NetBSD's libpthread gets mad about
2004-05-12 18:50:21 +00:00

19 lines
546 B
Text

$NetBSD: patch-af,v 1.6 2004/05/12 18:50:21 drochner Exp $
--- Output/sun/configure.c.orig 2004-05-12 22:33:27.000000000 +0200
+++ Output/sun/configure.c 2004-05-12 22:34:11.000000000 +0200
@@ -75,12 +75,12 @@
xmms_cfg_write_default_file(cfgfile);
xmms_cfg_free(cfgfile);
- configure_win_destroy();
+ gtk_widget_destroy(configure_win);
}
static void configure_win_cancel_cb(GtkWidget *w, gpointer data)
{
- configure_win_destroy();
+ gtk_widget_destroy(configure_win);
}
static void mixer_cbutton_toggled_cb(GtkWidget *w, int id)