Index: gnusound-0.7.5/configure.ac
===================================================================
--- gnusound-0.7.5.orig/configure.ac	2009-03-31 01:09:34.000000000 +0200
+++ gnusound-0.7.5/configure.ac	2009-03-31 01:09:42.000000000 +0200
@@ -266,7 +266,7 @@
 if test "x$use_gnome2" = "xyes"; then
   PKG_CHECK_MODULES(GNOME2,libgnomeui-2.0 >= 2.0.0 libglade-2.0 gthread-2.0,
         AC_DEFINE(HAVE_GNOME2,,[use GNOME2])
-        CFLAGS="$CFLAGS -DGNOME_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -rdynamic $GNOME2_CFLAGS"
+        CFLAGS="$CFLAGS -rdynamic $GNOME2_CFLAGS"
         LIBS="$LIBS -rdynamic $GNOME2_LIBS",
         use_gnome2=no)
 fi
Index: gnusound-0.7.5/src/gui.c
===================================================================
--- gnusound-0.7.5.orig/src/gui.c	2009-03-31 01:09:34.000000000 +0200
+++ gnusound-0.7.5/src/gui.c	2009-03-31 01:09:42.000000000 +0200
@@ -23,8 +23,6 @@
  * Grab bag of GUI initialization and related utility functions.
  */
 
-#define GTK_DISABLE_DEPRECATED 1
-#define GNOME_DISABLE_DEPRECATED 1
 
 /* Has to come _before_ config.h ... */
 
