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/bonobo | |
parent | c60effffcceee870310186cecfcaf1cc480de223 (diff) | |
download | pkgsrc-e525650d57c64ed0d063922256be9d4729b94bf6.tar.gz |
Replace hand made patches for pkgconfig tempates with PKGCONFIG_OVERRIDE.
Diffstat (limited to 'devel/bonobo')
-rw-r--r-- | devel/bonobo/Makefile | 3 | ||||
-rw-r--r-- | devel/bonobo/distinfo | 3 | ||||
-rw-r--r-- | devel/bonobo/patches/patch-ac | 12 |
3 files changed, 3 insertions, 15 deletions
diff --git a/devel/bonobo/Makefile b/devel/bonobo/Makefile index c91553439b3..d1e96fc2042 100644 --- a/devel/bonobo/Makefile +++ b/devel/bonobo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2002/10/19 10:54:44 rh Exp $ +# $NetBSD: Makefile,v 1.31 2002/10/30 03:09:28 rh Exp $ # DISTNAME= bonobo-1.0.18 @@ -24,6 +24,7 @@ CONFIGURE_ENV+= X11BASE="${X11BASE}" USE_LIBTOOL= YES LIBTOOL_OVERRIDE= ${WRKSRC}/libtool +PKGCONFIG_OVERRIDE= ${WRKSRC}/libefs/libefs.pc.in post-install: -@${RMDIR} ${PREFIX}/share/libefs/html/libefs diff --git a/devel/bonobo/distinfo b/devel/bonobo/distinfo index 80cd8943274..e31832a2678 100644 --- a/devel/bonobo/distinfo +++ b/devel/bonobo/distinfo @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.12 2002/09/21 10:38:57 jlam Exp $ +$NetBSD: distinfo,v 1.13 2002/10/30 03:09:28 rh Exp $ SHA1 (bonobo-1.0.18.tar.gz) = e6f6790e0c0eb29a295163f643569e36896d27a0 Size (bonobo-1.0.18.tar.gz) = 1279988 bytes SHA1 (patch-aa) = abb08c79e9971e755f4fef72bce46a88e9299397 -SHA1 (patch-ac) = 1d8f6121f1ad54d95cace5f79f8e17cb24522857 SHA1 (patch-ad) = dd532f6506516babb55442b5f3e44e04721c4a99 diff --git a/devel/bonobo/patches/patch-ac b/devel/bonobo/patches/patch-ac deleted file mode 100644 index ce7b652a534..00000000000 --- a/devel/bonobo/patches/patch-ac +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ac,v 1.4 2002/08/25 19:22:25 jlam Exp $ - ---- libefs/libefs.pc.in.orig Tue Oct 10 18:02:25 2000 -+++ libefs/libefs.pc.in -@@ -4,6 +4,6 @@ includedir=@prefix@/include - Name: libefs - Description: Embeded Filesystem Library - Version: 1.0.0 --Libs: -L${libdir} -lefs -lz @CRYPTLIB@ -+Libs: -L${libdir} -Wl,-R${libdir} -lefs -lz @CRYPTLIB@ - Requires: glib - Cflags: -I${includedir} |