[MacPorts] #44039: gnome-libs doesn't find Berkeley DB during configure
MacPorts
noreply at macports.org
Thu Jun 19 10:53:35 PDT 2014
#44039: gnome-libs doesn't find Berkeley DB during configure
-------------------------+--------------------------------
Reporter: jruschme@… | Owner: macports-tickets@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.3.0
Resolution: | Keywords:
Port: gnome-libs |
-------------------------+--------------------------------
Comment (by devans@…):
Patch updated with addition libpng fixes, missing dependency and adds
check for db46 +compatdb185 variant before configuration.
Fix to add this variant to db46 committed in r121187.
With these final changes gnome-info builds for me. Note that gnome-libs
does not provide a pkg-config file so you make have to include some or all
of the following include paths to get your project to build
{{{
configure.cppflags-append -I${prefix}/include/gnome-1.0 \
-I${prefix}/lib/gnome-libs/include \
-I${prefix}/include/gtk-1.2 \
-I${prefix}/include/glib-1.2 \
-I${prefix}/lib/glib/include
}}}
Please test with your app and let me know if this works for you or there
are still some problems. If it does work, I'll commit the changes to the
port.
--
Ticket URL: <https://trac.macports.org/ticket/44039#comment:9>
MacPorts <http://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list