blob: 6cf25d238e5a5d183bbfe760e991a6e0608c921b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-aa,v 1.1.1.1 2002/09/25 04:54:47 rh Exp $
--- gtkspell-2.0.pc.in.orig Fri Aug 2 14:31:47 2002
+++ gtkspell-2.0.pc.in
@@ -7,6 +7,6 @@ Name: GTKSpell
Description: GTK spelling library
Version: @VERSION@
Requires: @GTKSPELL_PACKAGES@
-Libs: -L${libdir} -lgtkspell -lpspell
+Libs: -Wl,-R${libdir} -L${libdir} -lgtkspell -lpspell
Cflags: -I${includedir}/gtkspell-2.0
|