Commit Graph

10 Commits

Author SHA1 Message Date
marcm
caeea08a93 For reasons totally unclear to me, hppa segfaults with the included
glib code but not when statically linked with the in-tree glib.

So, on hppa, solve this by statically linking to the in-tree glib.
2004-02-01 07:20:04 +00:00
marcm
76c569d7a1 Update to 0.15.0
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.
2003-09-23 05:59:34 +00:00
marcm
4fb7a21594 Don't even try to configure the included glib. We don't use it
and it doesn't even configure right anyway.
2003-01-11 05:53:03 +00:00
marcm
da3d6964a0 No, no, no. Just because we're using an installed glib now doesn't mean
you can go linking to strange libraries that you may think we need.

Noticed somewhat painfully by Orpheus <orpheus metempsychosis com>
2003-01-03 05:28:59 +00:00
marcm
c5da3d7383 Move the primary "local include directories" (usually -I/usr/local/include
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@
2003-01-02 19:23:05 +00:00
marcm
48806b6686 Update to 0.14.0 which now handles -pthread without patching (hmpf "patch
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@
2002-12-11 17:17:08 +00:00
nino
b359f8c671 Make pkg-config propagate linker flags other than -l and -L, needed
for dependency chains with -pthread in it.

From Marc Matteo <marcm@lectroid.net>.

Ok shell@
2002-08-31 12:32:21 +00:00
brad
17714f0a3e - remove dependency on Pth
- sync ltmain.sh with update-patches output
2002-02-26 03:53:14 +00:00
shell
3bdff89e88 Updated to pkgconfig-0.10.0
- Regen patch
- use distinfo
- bump need_version
2002-02-19 05:04:55 +00:00
shell
21bae30047 Initial import of pkgconfig-0.8.0
---

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.
2001-10-24 17:08:38 +00:00