12 lines
348 B
Text
12 lines
348 B
Text
|
$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
|