diff options
author | rh <rh> | 2002-10-30 03:09:25 +0000 |
---|---|---|
committer | rh <rh> | 2002-10-30 03:09:25 +0000 |
commit | adb9044caf9d45e16fdbbf07429ec0ec53b52b9d (patch) | |
tree | b57a6c9b34c1159eea1751ac22709c1f6436e822 /net/linc/patches | |
parent | 4565acbed844be954a8372ce09a0cbc6a5d7d558 (diff) | |
download | pkgsrc-adb9044caf9d45e16fdbbf07429ec0ec53b52b9d.tar.gz |
Replace hand made patches for pkgconfig tempates with PKGCONFIG_OVERRIDE.
Diffstat (limited to 'net/linc/patches')
-rw-r--r-- | net/linc/patches/patch-ab | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net/linc/patches/patch-ab b/net/linc/patches/patch-ab deleted file mode 100644 index 709d6724e36..00000000000 --- a/net/linc/patches/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ -$NetBSD: patch-ab,v 1.1 2002/04/27 08:48:34 rh Exp $ - ---- linc.pc.in.orig Sat Apr 27 18:18:53 2002 -+++ linc.pc.in -@@ -7,5 +7,5 @@ - Description: ORBit2 network transport library - Version: @LINC_VERSION@ - Requires: glib-2.0 gobject-2.0 gthread-2.0 --Libs: -L${libdir} -llinc -+Libs: -Wl,-R${libdir} -L${libdir} -llinc - Cflags: -I${includedir}/linc-1.0 |