Hi, Am Freitag, den 16.04.2010, 14:47 +0200 schrieb Joachim Breitner: > Am Freitag, den 16.04.2010, 12:59 +0200 schrieb Joachim Breitner: > > well, it builds, but has problems linking. Will investigate some more.
another problem, this time with upstream’s configure.ac. The -rpath flag
is wrongly calculated, probably due to a change in mozembed’s .pc file.
This patch fixes this:
--- gtk2hs-0.10.1.orig/configure.ac
+++ gtk2hs-0.10.1/configure.ac
@@ -361,7 +361,7 @@ fi
GTKHS_PKG_CHECK(mozilla, mozembed, MOZILLA_MOZEMBED, [mozilla-gtkmozembed >=
1.4], [GLIB GTK],
[build bindings for the Mozilla display widget (default=auto)],
[Mozilla requirement not met. Perhaps you need to install mozilla or
mozilla-devel])
-MOZILLA_MOZEMBED_LIBDIR=$(${PKG_CONFIG} --variable=libdir mozilla-gtkmozembed)
+MOZILLA_MOZEMBED_LIBDIR=$(${PKG_CONFIG} --variable=sdkdir
mozilla-gtkmozembed)/lib
GTKHS_PKG_CHECK(seamonkey, mozembed, SEAMONKEY_MOZEMBED,
[seamonkey-gtkmozembed >= 1.0], [GLIB GTK],
[build bindings for the Mozilla display widget using the Seamonkey
libs (default=auto)],
Greetings,
Joachim
--
Joachim "nomeata" Breitner
Debian Developer
[email protected] | ICQ# 74513189 | GPG-Keyid: 4743206C
JID: [email protected] | http://people.debian.org/~nomeata
signature.asc
Description: This is a digitally signed message part

