Hello,

Le 09/05/2010 10:11, Paolo Bonzini a écrit :
On Sat, May 8, 2010 at 21:52, Stefan Schmiedl<[email protected]>  wrote:
On Fri, 07 May 2010 15:24:51 +0200
Roland Plüss<[email protected]>  wrote:

So everybody up with GenToo and GNU Smalltalk have a go at it. I get the
update on portage first tomorrow so I can't test before that.

gst comes with some file called gnu-smalltalk.pc, used by pkg-config:

prefix = /usr/local
exec_prefix = ${prefix}
libdir = ${exec_prefix}/lib
moduledir = ${pkglibdir}
includedir = ${prefix}/include

Here is a proposed fix for this. It mimics gst-config.in definitions.

Thomas
diff --git a/gnu-smalltalk.pc.in b/gnu-smalltalk.pc.in
index 857ceea..b8d27e6 100644
--- a/gnu-smalltalk.pc.in
+++ b/gnu-smalltalk.pc.in
@@ -1,6 +1,7 @@
 prefix = @prefix@
 exec_prefix = @exec_prefix@
 libdir = @libdir@
+pkglibdir = @libdir@/@PACKAGE@
 moduledir = @moduledir@
 includedir = @includedir@
 
_______________________________________________
help-smalltalk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-smalltalk

Reply via email to