diff options
author | rh <rh@pkgsrc.org> | 2002-10-30 03:09:25 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2002-10-30 03:09:25 +0000 |
commit | e525650d57c64ed0d063922256be9d4729b94bf6 (patch) | |
tree | b57a6c9b34c1159eea1751ac22709c1f6436e822 /textproc/gtkspell | |
parent | c60effffcceee870310186cecfcaf1cc480de223 (diff) | |
download | pkgsrc-e525650d57c64ed0d063922256be9d4729b94bf6.tar.gz |
Replace hand made patches for pkgconfig tempates with PKGCONFIG_OVERRIDE.
Diffstat (limited to 'textproc/gtkspell')
-rw-r--r-- | textproc/gtkspell/Makefile | 3 | ||||
-rw-r--r-- | textproc/gtkspell/distinfo | 3 | ||||
-rw-r--r-- | textproc/gtkspell/patches/patch-aa | 12 |
3 files changed, 3 insertions, 15 deletions
diff --git a/textproc/gtkspell/Makefile b/textproc/gtkspell/Makefile index 4a2519d4e40..6c21ccccf92 100644 --- a/textproc/gtkspell/Makefile +++ b/textproc/gtkspell/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/09/25 04:54:46 rh Exp $ +# $NetBSD: Makefile,v 1.2 2002/10/30 03:09:37 rh Exp $ # DISTNAME= gtkspell-2.0.2 @@ -16,6 +16,7 @@ USE_BUILDLINK2= YES USE_X11= YES USE_LIBTOOL= YES LIBTOOL_OVERRIDE= ${WRKSRC}/libtool +PKGCONFIG_OVERRIDE= ${WRKSRC}/gtkspell-2.0.pc.in .include "../../textproc/libpspell/buildlink2.mk" .include "../../devel/pkgconfig/buildlink2.mk" diff --git a/textproc/gtkspell/distinfo b/textproc/gtkspell/distinfo index 925609016aa..b46ae6571a9 100644 --- a/textproc/gtkspell/distinfo +++ b/textproc/gtkspell/distinfo @@ -1,5 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2002/09/25 04:54:47 rh Exp $ +$NetBSD: distinfo,v 1.2 2002/10/30 03:09:37 rh Exp $ SHA1 (gtkspell-2.0.2.tar.gz) = d7a2117d49c35c8d47d7bc9e5c581c9d469dec7e Size (gtkspell-2.0.2.tar.gz) = 189818 bytes -SHA1 (patch-aa) = 9d88b5bfc86aebaaf9bba7a68d3277211cf94f1e diff --git a/textproc/gtkspell/patches/patch-aa b/textproc/gtkspell/patches/patch-aa deleted file mode 100644 index 6cf25d238e5..00000000000 --- a/textproc/gtkspell/patches/patch-aa +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-aa,v 1.1.1.1 2002/09/25 04:54:47 rh Exp $ - ---- gtkspell-2.0.pc.in.orig Fri Aug 2 14:31:47 2002 -+++ gtkspell-2.0.pc.in -@@ -7,6 +7,6 @@ Name: GTKSpell - Description: GTK spelling library - Version: @VERSION@ - Requires: @GTKSPELL_PACKAGES@ --Libs: -L${libdir} -lgtkspell -lpspell -+Libs: -Wl,-R${libdir} -L${libdir} -lgtkspell -lpspell - Cflags: -I${includedir}/gtkspell-2.0 - |