#34434: gkrellm 2.3.5 cannot be built on PPC Leopard Mac OS X 10.5.8 with gtk2 @2.24.10 --------------------------------------+------------------------------------- Reporter: Peter_Dyballa@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.4 Keywords: | Port: gkrellm --------------------------------------+------------------------------------- Comment(by Peter_Dyballa@…): {{{ pkg-config --libs gtk+-2.0 gthread-2.0 }}} is the wrong invocation! The missing functions are in libgmodule-2.0, so the invocation should be {{{ pkg-config --libs gtk+-2.0 gthread-2.0 gmodule-2.0 }}} So {{{ ./Makefile:72:PKG_LIB = `$(PKG_CONFIG) --libs gtk+-2.0 gthread-2.0` }}} needs to be patched to contain gmodule-2.0 as well. -- Ticket URL: <https://trac.macports.org/ticket/34434#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS