summaryrefslogtreecommitdiff
path: root/net/libIDL
diff options
context:
space:
mode:
authorrh <rh>2002-10-30 03:09:25 +0000
committerrh <rh>2002-10-30 03:09:25 +0000
commitadb9044caf9d45e16fdbbf07429ec0ec53b52b9d (patch)
treeb57a6c9b34c1159eea1751ac22709c1f6436e822 /net/libIDL
parent4565acbed844be954a8372ce09a0cbc6a5d7d558 (diff)
downloadpkgsrc-adb9044caf9d45e16fdbbf07429ec0ec53b52b9d.tar.gz
Replace hand made patches for pkgconfig tempates with PKGCONFIG_OVERRIDE.
Diffstat (limited to 'net/libIDL')
-rw-r--r--net/libIDL/Makefile3
-rw-r--r--net/libIDL/distinfo3
-rw-r--r--net/libIDL/patches/patch-aa11
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