This update itself doesn't change anything that effects OpenBSD but I
wanted to sync the port with the current version (that has been out for
quite some time).
This port once again builds and statically links against its own internal
glib sources rather than pull in glib-1.2 from ports. It seemed kinda
silly to build glib-1.2 to build glib-2.0 apps.
and -I/usr/X11R6/include) to the end of any lists generated by pkg-config.
This helps to avoid conflicts from packages with different includes using
the same names in matching include paths, like gdk-pixbuf (whose headers
are in ${LOCALBASE}/include/gdk-pixbuf) and gtk+2 (whose headers live
in ${LOCALBASE}/include/gtk-2.0/gdk-pixbuf).
Bump package version accordingly.
ok pvalchev@
from FreeBSD guys" indeed).
The included glib-1.2.8 is no longer built, instead our in-tree glib is
linked statically. This avoids a reported problem on macppc arches.
ok avsm@
Kill NEED_VERSION
Bump version number. This was patched to fix a bug dealing with -pthread
quite a while ago. The version should have been updated then but wasn't.
---
pkg-config is a system for managing library compile/link flags that
works with automake and autoconf. It replaces the ubiquitous *-config
scripts you may have seen with a single tool.