diff options
author | rh <rh@pkgsrc.org> | 2002-07-18 02:19:24 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2002-07-18 02:19:24 +0000 |
commit | db7a881c685e052c925e41baff581d6850aa35fa (patch) | |
tree | 623e300dcabd3e58c0a18d12e4086b06d5d92a01 /devel/GConf | |
parent | 93b726dd326936702766c2793b2985b1ac600966 (diff) | |
download | pkgsrc-db7a881c685e052c925e41baff581d6850aa35fa.tar.gz |
Patch the various pkgconfig files to include proper -Wl,-R options.
Bump PKGREVISION
Diffstat (limited to 'devel/GConf')
-rw-r--r-- | devel/GConf/Makefile | 3 | ||||
-rw-r--r-- | devel/GConf/distinfo | 4 | ||||
-rw-r--r-- | devel/GConf/patches/patch-ab | 11 | ||||
-rw-r--r-- | devel/GConf/patches/patch-ad | 0 |
4 files changed, 16 insertions, 2 deletions
diff --git a/devel/GConf/Makefile b/devel/GConf/Makefile index 63a08aff496..4c955d3f468 100644 --- a/devel/GConf/Makefile +++ b/devel/GConf/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.27 2002/04/09 18:28:43 jlam Exp $ +# $NetBSD: Makefile,v 1.28 2002/07/18 02:19:36 rh Exp $ # DISTNAME= GConf-1.0.9 +PKGREVISION= 1 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/GConf/} EXTRACT_SUFX= .tar.bz2 diff --git a/devel/GConf/distinfo b/devel/GConf/distinfo index 565a7a05b14..c6a9ff8140e 100644 --- a/devel/GConf/distinfo +++ b/devel/GConf/distinfo @@ -1,7 +1,9 @@ -$NetBSD: distinfo,v 1.6 2002/03/20 12:36:45 wiz Exp $ +$NetBSD: distinfo,v 1.7 2002/07/18 02:19:37 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-ad) = da39a3ee5e6b4b0d3255bfef95601890afd80709 SHA1 (patch-ae) = 91a8bcd108b4f6682fe559db5b6af7f37a41533b diff --git a/devel/GConf/patches/patch-ab b/devel/GConf/patches/patch-ab new file mode 100644 index 00000000000..b3332ac4bd7 --- /dev/null +++ b/devel/GConf/patches/patch-ab @@ -0,0 +1,11 @@ +$NetBSD: patch-ab,v 1.4 2002/07/18 02:19:37 rh 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@ diff --git a/devel/GConf/patches/patch-ad b/devel/GConf/patches/patch-ad new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/devel/GConf/patches/patch-ad |