204c2ca7cb
Copy from multimedia:apps/audacity based on submit request 24166 from user mseben OBS-URL: https://build.opensuse.org/request/show/24166 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/audacity?expand=0&rev=23
15 lines
575 B
Diff
15 lines
575 B
Diff
diff -Nur audacity-src-1.3.8-orig/src/AudacityApp.cpp audacity-src-1.3.8/src/AudacityApp.cpp
|
|
--- audacity-src-1.3.9-orig/src/AudacityApp.cpp 2009-07-16 05:27:35.000000000 +0200
|
|
+++ audacity-src-1.3.9/src/AudacityApp.cpp 2009-07-20 23:45:41.000000000 +0200
|
|
@@ -331,7 +331,9 @@
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
#include <dlfcn.h>
|
|
-#include <gtk/gtk.h>
|
|
+/*#include <gtk/gtk.h>*/
|
|
+#include <glib/gtypes.h>
|
|
+#include <glib-object.h>
|
|
|
|
typedef struct _GnomeProgram GnomeProgram;
|
|
typedef struct _GnomeModuleInfo GnomeModuleInfo;
|