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 /devel/atk | |
parent | c60effffcceee870310186cecfcaf1cc480de223 (diff) | |
download | pkgsrc-e525650d57c64ed0d063922256be9d4729b94bf6.tar.gz |
Replace hand made patches for pkgconfig tempates with PKGCONFIG_OVERRIDE.
Diffstat (limited to 'devel/atk')
-rw-r--r-- | devel/atk/Makefile | 3 | ||||
-rw-r--r-- | devel/atk/distinfo | 3 | ||||
-rw-r--r-- | devel/atk/patches/patch-ab | 11 |
3 files changed, 3 insertions, 14 deletions
diff --git a/devel/atk/Makefile b/devel/atk/Makefile index 466ef40fbe1..723b5a81b4d 100644 --- a/devel/atk/Makefile +++ b/devel/atk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2002/10/19 10:54:43 rh Exp $ +# $NetBSD: Makefile,v 1.10 2002/10/30 03:09:27 rh Exp $ # DISTNAME= atk-1.0.3 @@ -19,6 +19,7 @@ GNU_CONFIGURE= yes USE_LIBTOOL= yes LIBTOOL_OVERRIDE= ${WRKSRC}/libtool +PKGCONFIG_OVERRIDE= ${WRKSRC}/atk.pc.in # glib-mkenums overflows a 2048kb stack on atkobject.h UNLIMIT_RESOURCES= stacksize diff --git a/devel/atk/distinfo b/devel/atk/distinfo index 7e50ebfedce..5a65f6fccb5 100644 --- a/devel/atk/distinfo +++ b/devel/atk/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.7 2002/08/23 03:05:17 dmcmahill Exp $ +$NetBSD: distinfo,v 1.8 2002/10/30 03:09:27 rh Exp $ SHA1 (atk-1.0.3.tar.gz) = 72233b700af2a8d0e65a0847fce269fe8fc2990f Size (atk-1.0.3.tar.gz) = 346642 bytes SHA1 (patch-aa) = 12baad6715a485f4dd1e0d3176299552fb275598 -SHA1 (patch-ab) = 83508b6261ed51791e3afa7a7a4ae6dfe5d6422a diff --git a/devel/atk/patches/patch-ab b/devel/atk/patches/patch-ab deleted file mode 100644 index fa01353ae6b..00000000000 --- a/devel/atk/patches/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ -$NetBSD: patch-ab,v 1.2 2002/08/25 19:22:22 jlam Exp $ - ---- atk.pc.in.orig Wed Mar 6 03:27:29 2002 -+++ atk.pc.in -@@ -7,5 +7,5 @@ Name: Atk - Description: Accessibility Toolkit - Version: @VERSION@ - Requires: @GLIB_PACKAGES@ --Libs: -L${libdir} -latk-@ATK_API_VERSION@ -+Libs: -L${libdir} -Wl,-R${libdir} -latk-@ATK_API_VERSION@ - Cflags: -I${includedir}/atk-1.0 |