[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Fwd: [Pkg-haskell-maintainers] Bug#578043: mozembed component not packaged



Hi.

I've attached a patch to fix this issue, made against the current darcs
repository.  I'll apply this patch in the current version of gtk2hs in Debian,
please include it in the repository.

More information in: http://bugs.debian.org/578043

Thanks.

--- Begin forwarded message from Joachim Breitner ---
From: Joachim Breitner <nomeata@debian.org>
To: 578043 <578043@bugs.debian.org>
Date: Fri, 16 Apr 2010 10:13:47 -0300
Subject: [Pkg-haskell-maintainers] Bug#578043: mozembed component not packaged

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

--- End forwarded message ---
-- 
marcot
http://wiki.debian.org/MarcoSilva

Attachment: libdir.patch
Description: Binary data


Reply to: