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/Makefile | |
parent | c60effffcceee870310186cecfcaf1cc480de223 (diff) | |
download | pkgsrc-e525650d57c64ed0d063922256be9d4729b94bf6.tar.gz |
Replace hand made patches for pkgconfig tempates with PKGCONFIG_OVERRIDE.
Diffstat (limited to 'devel/atk/Makefile')
-rw-r--r-- | devel/atk/Makefile | 3 |
1 files changed, 2 insertions, 1 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 |