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/gnet/patches | |
parent | 59c8ab91dfdd31d963a8b0328b20b6c185db65e4 (diff) | |
download | pkgsrc-4420c0738fb454cd1c2373e2252c894ff1e0da1d.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-aa | 11 |
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@ |