From b17218a459ce5616baca4a777568895e8ac51576 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 23 Oct 2008 02:47:04 +0200 Subject: [PATCH] pkg-config: do not specify a pc config path, pick default. --HG-- extra : convert_revision : ff89175b2e46a92bc59ea51c0b4fe09959d73505 --- templates/pkg-config.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/pkg-config.tmpl b/templates/pkg-config.tmpl index 78949d6e325..281d8d5a50a 100644 --- a/templates/pkg-config.tmpl +++ b/templates/pkg-config.tmpl @@ -4,7 +4,7 @@ version=0.23 distfiles=" http://pkgconfig.freedesktop.org/releases/$pkgname-$version@.tar.gz" build_style=gnu_configure -configure_args="--disable-threads --with-pc-path=$XBPS_MASTERDIR/lib/pkgconfig" +configure_args="--disable-threads" short_desc="System for managing library compile/link flags" maintainer="Juan RP " checksum=08a0e072d6a05419a58124db864f0685e6ac96e71b2875bf15ac12714e983b53 @@ -13,4 +13,4 @@ long_desc=" works with automake and autoconf. It replaces the ubiquitous *-config scripts you may have seen with a single tool." -build_depends="libtool-2.2.6a" +run_depends="glibc-2.8"