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 /graphics/librsvg2 | |
parent | c60effffcceee870310186cecfcaf1cc480de223 (diff) | |
download | pkgsrc-e525650d57c64ed0d063922256be9d4729b94bf6.tar.gz |
Replace hand made patches for pkgconfig tempates with PKGCONFIG_OVERRIDE.
Diffstat (limited to 'graphics/librsvg2')
-rw-r--r-- | graphics/librsvg2/Makefile | 3 | ||||
-rw-r--r-- | graphics/librsvg2/distinfo | 3 | ||||
-rw-r--r-- | graphics/librsvg2/patches/patch-aa | 11 |
3 files changed, 3 insertions, 14 deletions
diff --git a/graphics/librsvg2/Makefile b/graphics/librsvg2/Makefile index 9a730e75ee3..a3f43811767 100644 --- a/graphics/librsvg2/Makefile +++ b/graphics/librsvg2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/10/16 10:29:01 rh Exp $ +# $NetBSD: Makefile,v 1.2 2002/10/30 03:09:34 rh Exp $ # DISTNAME= librsvg-2.0.1 @@ -16,6 +16,7 @@ USE_X11= YES USE_LIBTOOL= YES GNU_CONFIGURE= YES LIBTOOL_OVERRIDE= ${WRKSRC}/libtool +PKGCONFIG_OVERRIDE= ${WRKSRC}/librsvg-2.0.pc.in .include "../../graphics/freetype2/buildlink2.mk" .include "../../graphics/libart2/buildlink2.mk" diff --git a/graphics/librsvg2/distinfo b/graphics/librsvg2/distinfo index 09f680bc3e5..b0bf37b4440 100644 --- a/graphics/librsvg2/distinfo +++ b/graphics/librsvg2/distinfo @@ -1,5 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2002/10/16 10:29:01 rh Exp $ +$NetBSD: distinfo,v 1.2 2002/10/30 03:09:34 rh Exp $ SHA1 (librsvg-2.0.1.tar.bz2) = 9c38ca158baaf492fdf20612d1d32dc38aa5c393 Size (librsvg-2.0.1.tar.bz2) = 155093 bytes -SHA1 (patch-aa) = e590ed66c4ded7a494483ebfb49efc4959664838 diff --git a/graphics/librsvg2/patches/patch-aa b/graphics/librsvg2/patches/patch-aa deleted file mode 100644 index 0841bdb19f4..00000000000 --- a/graphics/librsvg2/patches/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ -$NetBSD: patch-aa,v 1.1.1.1 2002/10/16 10:29:01 rh Exp $ - ---- librsvg-2.0.pc.in.orig Sat Jan 5 03:49:35 2002 -+++ librsvg-2.0.pc.in -@@ -7,5 +7,5 @@ - Description: library that renders svg files using libart and pango - Version: @VERSION@ - Requires: glib-2.0 gdk-pixbuf-2.0 libart-2.0 libxml-2.0 pangoft2 --Libs: -L${libdir} -lrsvg-2 -+Libs: -Wl,-R${libdir} -L${libdir} -lrsvg-2 - Cflags: -I${includedir}/librsvg-2 |