Commit Graph

14 Commits

Author SHA1 Message Date
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
marcm
ecec413342 Pick up MAINTAINER
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.
2002-12-05 17:50:23 +00:00
shell
a7cb462b34 drop maintainership 2002-12-05 11:14:12 +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
shell
9546c44abe Updated to pkgconfig-0.12.0, report by kevlo@ 2002-03-13 02:57:51 +00:00
brad
17714f0a3e - remove dependency on Pth
- sync ltmain.sh with update-patches output
2002-02-26 03:53:14 +00:00
shell
be46193cd3 No good distfile, add master_site
- problem reported by Kai Gallasch <kai@adminhell.org>
- master_site suggested by naddy@
Thanks !
2002-02-19 17:39:45 +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
pvalchev
66e7da0d99 people, be careful with MODGNU_CONFIG_GUESS_DIRS 2001-12-09 04:19:26 +00:00
espie
0eb7375ec7 lib/pth needs a path as well. 2001-10-28 13:09:45 +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