diff options
author | rh <rh> | 2002-10-30 03:09:25 +0000 |
---|---|---|
committer | rh <rh> | 2002-10-30 03:09:25 +0000 |
commit | 4420c0738fb454cd1c2373e2252c894ff1e0da1d (patch) | |
tree | b57a6c9b34c1159eea1751ac22709c1f6436e822 /net/libIDL | |
parent | 59c8ab91dfdd31d963a8b0328b20b6c185db65e4 (diff) | |
download | pkgsrc-4420c0738fb454cd1c2373e2252c894ff1e0da1d.tar.gz |
Replace hand made patches for pkgconfig tempates with PKGCONFIG_OVERRIDE.
Diffstat (limited to 'net/libIDL')
-rw-r--r-- | net/libIDL/Makefile | 3 | ||||
-rw-r--r-- | net/libIDL/distinfo | 3 | ||||
-rw-r--r-- | net/libIDL/patches/patch-aa | 11 |
3 files changed, 3 insertions, 14 deletions
diff --git a/net/libIDL/Makefile b/net/libIDL/Makefile index 4957fbb7714..a315fe85fb1 100644 --- a/net/libIDL/Makefile +++ b/net/libIDL/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2002/10/19 10:54:56 rh Exp $ +# $NetBSD: Makefile,v 1.7 2002/10/30 03:09:36 rh Exp $ # DISTNAME= libIDL-0.7.4 @@ -15,6 +15,7 @@ USE_BUILDLINK2= YES GNU_CONFIGURE= YES USE_LIBTOOL= YES LIBTOOL_OVERRIDE= ${WRKSRC}/libtool +PKGCONFIG_OVERRIDE= ${WRKSRC}/libIDL-2.0.pc.in .include "../../converters/libiconv/buildlink2.mk" .include "../../devel/pkgconfig/buildlink2.mk" diff --git a/net/libIDL/distinfo b/net/libIDL/distinfo index 51a3e4b9825..8dea116815f 100644 --- a/net/libIDL/distinfo +++ b/net/libIDL/distinfo @@ -1,5 +1,4 @@ -$NetBSD: distinfo,v 1.2 2002/04/27 08:49:14 rh Exp $ +$NetBSD: distinfo,v 1.3 2002/10/30 03:09:36 rh Exp $ SHA1 (libIDL-0.7.4.tar.bz2) = c371334d04145f7ccf869305069fee545f093cee Size (libIDL-0.7.4.tar.bz2) = 265009 bytes -SHA1 (patch-aa) = caba0f73305316d7e01682767660d383e6e23bac diff --git a/net/libIDL/patches/patch-aa b/net/libIDL/patches/patch-aa deleted file mode 100644 index d74d7b073a5..00000000000 --- a/net/libIDL/patches/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ -$NetBSD: patch-aa,v 1.1 2002/04/27 08:49:14 rh Exp $ - ---- libIDL-2.0.pc.in.orig Sat Apr 27 18:27:04 2002 -+++ libIDL-2.0.pc.in -@@ -8,5 +8,5 @@ - Description: IDL parsing library - Version: @LIBIDL_VERSION@ - Requires: glib-2.0 --Libs: -L${libdir} -lIDL-2 -+Libs: -Wl,-R${libdir} -L${libdir} -lIDL-2 - Cflags: -I${includedir}/libIDL-2.0 |