diff options
author | Alastair Tse <liquidx@gentoo.org> | 2004-04-04 18:38:50 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2004-04-04 18:38:50 +0000 |
commit | 1429a95ccb50b68bbf8f6a8e080335a3973ce919 (patch) | |
tree | 210bcc55553041f9207e51c6a32c39211a0548d2 /media-sound/gnome-alsamixer/files | |
parent | fixing Manifest (diff) | |
download | gentoo-2-1429a95ccb50b68bbf8f6a8e080335a3973ce919.tar.gz gentoo-2-1429a95ccb50b68bbf8f6a8e080335a3973ce919.tar.bz2 gentoo-2-1429a95ccb50b68bbf8f6a8e080335a3973ce919.zip |
fixed GTK 2.4 support (#45947)
Diffstat (limited to 'media-sound/gnome-alsamixer/files')
-rw-r--r-- | media-sound/gnome-alsamixer/files/gnome-alsamixer-0.9.6-gtk24.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/media-sound/gnome-alsamixer/files/gnome-alsamixer-0.9.6-gtk24.patch b/media-sound/gnome-alsamixer/files/gnome-alsamixer-0.9.6-gtk24.patch new file mode 100644 index 000000000000..9e5f4eeb16fe --- /dev/null +++ b/media-sound/gnome-alsamixer/files/gnome-alsamixer-0.9.6-gtk24.patch @@ -0,0 +1,15 @@ +diff -ur gnome-alsamixer-0.9.6/src/Makefile.in gnome-alsamixer-0.9.6.new/src/Makefile.in +--- gnome-alsamixer-0.9.6/src/Makefile.in 2003-09-09 12:44:25.000000000 +0100 ++++ gnome-alsamixer-0.9.6.new/src/Makefile.in 2004-04-04 18:51:36.000000000 +0100 +@@ -86,10 +86,6 @@ + -DPACKAGE_DATA_DIR=\""$(datadir)/gnome-alsamixer"\" \ + -DPIXMAP_ICONDIR=\""$(datadir)/pixmaps/gnome-alsamixer"\" \ + -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \ +- -DG_DISABLE_DEPRECATED \ +- -DGDK_DISABLE_DEPRECATED \ +- -DGTK_DISABLE_DEPRECATED \ +- -DGNOME_DISABLE_DEPRECATED \ + @PACKAGE_CFLAGS@ + + +Only in gnome-alsamixer-0.9.6.new/src: Makefile.in~ |