Bug 54115 - gnomeradio 1.4 fails to compile with gtk 2.4
Bug#: 54115 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: All Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: gnome@gentoo.org Reported By: a_kreuzer@gmx.de
Component: Ebuilds
URL: 
Summary: gnomeradio 1.4 fails to compile with gtk 2.4
Keywords:  
Status Whiteboard: 
Opened: 2004-06-16 13:26 0000
Description:   Opened: 2004-06-16 13:26 0000
gnomeradio uses the in gtk 2.4 deprecated gtkcombo widget and defines

-DGNOME_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED \
-DGDK_DISABLE_DEPRECATED -DG_DISABLE_DEPRECATED 

so it fails to compile

------- Comment #1 From Alexander Kreuzer 2004-06-16 13:26:46 0000 -------
Created an attachment (id=33394) [details]
updated ebuild

------- Comment #2 From Mr. Bones. 2004-06-16 13:32:37 0000 -------
just use sed -i

------- Comment #3 From foser (RETIRED) 2004-08-19 11:29:04 0000 -------
fixed, although a bit different than you do.

also added a fix for gcc34 compilation.

Thanks for the report.