summaryrefslogtreecommitdiff
path: root/devel/GConf
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2002-10-30 03:09:25 +0000
committerrh <rh@pkgsrc.org>2002-10-30 03:09:25 +0000
commite525650d57c64ed0d063922256be9d4729b94bf6 (patch)
treeb57a6c9b34c1159eea1751ac22709c1f6436e822 /devel/GConf
parentc60effffcceee870310186cecfcaf1cc480de223 (diff)
downloadpkgsrc-e525650d57c64ed0d063922256be9d4729b94bf6.tar.gz
Replace hand made patches for pkgconfig tempates with PKGCONFIG_OVERRIDE.
Diffstat (limited to 'devel/GConf')
-rw-r--r--devel/GConf/Makefile3
-rw-r--r--devel/GConf/distinfo3
-rw-r--r--devel/GConf/patches/patch-ab11
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@