diff options
author | rh <rh> | 2002-10-30 03:09:25 +0000 |
---|---|---|
committer | rh <rh> | 2002-10-30 03:09:25 +0000 |
commit | adb9044caf9d45e16fdbbf07429ec0ec53b52b9d (patch) | |
tree | b57a6c9b34c1159eea1751ac22709c1f6436e822 /devel/GConf | |
parent | 4565acbed844be954a8372ce09a0cbc6a5d7d558 (diff) | |
download | pkgsrc-adb9044caf9d45e16fdbbf07429ec0ec53b52b9d.tar.gz |
Replace hand made patches for pkgconfig tempates with PKGCONFIG_OVERRIDE.
Diffstat (limited to 'devel/GConf')
-rw-r--r-- | devel/GConf/Makefile | 3 | ||||
-rw-r--r-- | devel/GConf/distinfo | 3 | ||||
-rw-r--r-- | devel/GConf/patches/patch-ab | 11 |
3 files changed, 3 insertions, 14 deletions
diff --git a/devel/GConf/Makefile b/devel/GConf/Makefile index 1d00edbbc35..34e35a08eb3 100644 --- a/devel/GConf/Makefile +++ b/devel/GConf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2002/10/19 10:54:43 rh Exp $ +# $NetBSD: Makefile,v 1.32 2002/10/30 03:09:27 rh Exp $ # DISTNAME= GConf-1.0.9 @@ -20,6 +20,7 @@ GNU_CONFIGURE= YES USE_LIBTOOL= YES LIBTOOL_OVERRIDE= ${WRKSRC}/libtool +PKGCONFIG_OVERRIDE= ${WRKSRC}/gconf.pc.in CPPFLAGS+= -I${BUILDLINK_PREFIX.db3}/include/db3 PLIST_SUBST+= LOCALBASE=${LOCALBASE} diff --git a/devel/GConf/distinfo b/devel/GConf/distinfo index 0c5e5a354db..3844a4fad10 100644 --- a/devel/GConf/distinfo +++ b/devel/GConf/distinfo @@ -1,8 +1,7 @@ -$NetBSD: distinfo,v 1.9 2002/08/25 19:22:15 jlam Exp $ +$NetBSD: distinfo,v 1.10 2002/10/30 03:09:27 rh Exp $ SHA1 (GConf-1.0.9.tar.bz2) = 91a1172c7855a235bf09e2ab925343a2e5250c13 Size (GConf-1.0.9.tar.bz2) = 784363 bytes SHA1 (patch-aa) = 2ca0b21fb70f9355235a8bd1fc38f6a75175f493 -SHA1 (patch-ab) = d44b5b913ef44b72101e60de04b650d321147841 SHA1 (patch-ac) = 497128a91cae960780a9f24ee38c15c84a6c0649 SHA1 (patch-ae) = 91a8bcd108b4f6682fe559db5b6af7f37a41533b diff --git a/devel/GConf/patches/patch-ab b/devel/GConf/patches/patch-ab deleted file mode 100644 index 9e109bfdaf7..00000000000 --- a/devel/GConf/patches/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ -$NetBSD: patch-ab,v 1.5 2002/08/25 19:22:15 jlam Exp $ - ---- gconf.pc.in.orig Sat Mar 24 08:52:30 2001 -+++ gconf.pc.in -@@ -8,5 +8,5 @@ Name: gconf - Description: GNOME Config System. - Version: @VERSION@ - Requires: oaf --Libs: -L${libdir} -lgconf-@MAJOR_VERSION@ -+Libs: -L${libdir} -Wl,-R${libdir} -lgconf-@MAJOR_VERSION@ - Cflags: -I${includedir}/gconf/@MAJOR_VERSION@ |