diff options
author | Denis 'Gnutoo' Carikli <GNUtoo@no-log.org> | 2010-01-01 17:40:53 +0100 |
---|---|---|
committer | Denis 'Gnutoo' Carikli <GNUtoo@no-log.org> | 2010-01-01 17:41:40 +0100 |
commit | 269aa512ea0bc46f3866c1c8af9f58b3f1596bc7 (patch) | |
tree | 34ffd69b92691a3348a50492654edfe7d5dd85e0 /recipes/gnome/goffice_0.7.14.bb | |
parent | cbf0a993d3fb1efc496ea222e70aa44530aed1af (diff) |
goffice 0.7.4: fixed compilation removing dolt
Fixed compilation removing DOLT (from http://dolt.freedesktop.org/)
fom configure.in, else it would file like this(output stripped) :
.../doltlibtool: exec: .../libtool: cannot execute: No such file or directory
note that it looks for libtool and not ${TARGET_ARCH}-angstrom-linux-libtool
in my case,more informations are disponible reading the m4 dolt file here:
http://cgit.freedesktop.org/dolt/tree/dolt.m4
Diffstat (limited to 'recipes/gnome/goffice_0.7.14.bb')
-rw-r--r-- | recipes/gnome/goffice_0.7.14.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/gnome/goffice_0.7.14.bb b/recipes/gnome/goffice_0.7.14.bb index beb23231db..828e6a270a 100644 --- a/recipes/gnome/goffice_0.7.14.bb +++ b/recipes/gnome/goffice_0.7.14.bb @@ -7,7 +7,8 @@ DEPENDS="glib-2.0 gtk+ pango cairo libgnomeprint libgsf libglade libpcre libxml2 inherit gnome pkgconfig -SRC_URI += "file://c99math.patch;patch=1" +SRC_URI += " file://c99math.patch;patch=1 \ + file://nodolt.patch;patch=1 " do_stage() { autotools_stage_all |