summaryrefslogtreecommitdiff
path: root/net/gnet/patches
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/patches
parentc60effffcceee870310186cecfcaf1cc480de223 (diff)
downloadpkgsrc-e525650d57c64ed0d063922256be9d4729b94bf6.tar.gz
Replace hand made patches for pkgconfig tempates with PKGCONFIG_OVERRIDE.
Diffstat (limited to 'net/gnet/patches')
-rw-r--r--net/gnet/patches/patch-aa11
1 files changed, 0 insertions, 11 deletions
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@