summaryrefslogtreecommitdiff
path: root/net/gnet
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2002-10-30 03:09:25 +0000
committerrh <rh@pkgsrc.org>2002-10-30 03:09:25 +0000
commite525650d57c64ed0d063922256be9d4729b94bf6 (patch)
treeb57a6c9b34c1159eea1751ac22709c1f6436e822 /net/gnet
parentc60effffcceee870310186cecfcaf1cc480de223 (diff)
downloadpkgsrc-e525650d57c64ed0d063922256be9d4729b94bf6.tar.gz
Replace hand made patches for pkgconfig tempates with PKGCONFIG_OVERRIDE.
Diffstat (limited to 'net/gnet')
-rw-r--r--net/gnet/Makefile3
-rw-r--r--net/gnet/distinfo3
-rw-r--r--net/gnet/patches/patch-aa11
3 files changed, 3 insertions, 14 deletions
diff --git a/net/gnet/Makefile b/net/gnet/Makefile
index 482c4d105bb..a6433223d0e 100644
--- a/net/gnet/Makefile
+++ b/net/gnet/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2002/10/16 07:58:55 rh Exp $
+# $NetBSD: Makefile,v 1.4 2002/10/30 03:09:36 rh Exp $
#
DISTNAME= gnet-1.1.7
@@ -11,6 +11,7 @@ COMMENT= simple network library
USE_LIBTOOL= YES
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+PKGCONFIG_OVERRIDE= ${WRKSRC}/gnet.pc.in
GNU_CONFIGURE= YES
USE_BUILDLINK2= YES
CONFIGURE_ARGS= --enable-glib2
diff --git a/net/gnet/distinfo b/net/gnet/distinfo
index 4485c756827..7d1a81efa4e 100644
--- a/net/gnet/distinfo
+++ b/net/gnet/distinfo
@@ -1,5 +1,4 @@
-$NetBSD: distinfo,v 1.4 2002/10/16 07:58:57 rh Exp $
+$NetBSD: distinfo,v 1.5 2002/10/30 03:09:36 rh Exp $
SHA1 (gnet-1.1.7.tar.gz) = 42e68deee3c82c38153ae361edee785399476f5d
Size (gnet-1.1.7.tar.gz) = 367915 bytes
-SHA1 (patch-aa) = 2a3b2229b69f4276d939bbd3716a17a4ba225cb4
diff --git a/net/gnet/patches/patch-aa b/net/gnet/patches/patch-aa
deleted file mode 100644
index 19fa7288ea8..00000000000
--- a/net/gnet/patches/patch-aa
+++ /dev/null
@@ -1,11 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2002/10/16 07:58:57 rh Exp $
-
---- gnet.pc.in.orig Sat Apr 13 06:20:37 2002
-+++ gnet.pc.in
-@@ -6,5 +6,5 @@ includedir=@includedir@
- Name: Gnet
- Description: A network compatibility layer library
- Version: @VERSION@
--Libs: -L${libdir} -lgnet @GLIB_LIBS@ @GTHREAD_LIBS@
-+Libs: -Wl,-R${libdir} -L${libdir} -lgnet @GLIB_LIBS@ @GTHREAD_LIBS@
- Cflags: -I${includedir}/gnet -I${libdir}/gnet/include/ @GLIB_CFLAGS@ @GTHREAD_CFLAGS@