summaryrefslogtreecommitdiffstats
path: root/gnome2-apps
diff options
context:
space:
mode:
authorIsmael Luceno2015-01-11 18:52:24 -0300
committerIsmael Luceno2015-01-11 23:02:31 -0300
commit924de354460e46581ffd9fa4c0bd1cacbdebae02 (patch)
tree4a718fadbedce72983cb90cb9c680709183720fa /gnome2-apps
parent66230db4a3effc21616e8889529c510297d3016c (diff)
abiword: Build goffice-bits2 first, build system is broken
Diffstat (limited to 'gnome2-apps')
-rwxr-xr-xgnome2-apps/abiword/BUILD4
-rw-r--r--gnome2-apps/abiword/HISTORY1
2 files changed, 4 insertions, 1 deletions
diff --git a/gnome2-apps/abiword/BUILD b/gnome2-apps/abiword/BUILD
index fdb1005967..1179a215a9 100755
--- a/gnome2-apps/abiword/BUILD
+++ b/gnome2-apps/abiword/BUILD
@@ -3,4 +3,6 @@ if is_depends_enabled $SPELL gnome-vfs2; then
CXXFLAGS="$CXXFLAGS -I/usr/include/gnome-vfs-2.0"
LDFLAGS="$LDFLAGS -lgnomevfs-2"
fi &&
-default_build
+default_build_configure &&
+make -C goffice-bits2 goffice-paths.h libgoffice.la &&
+make
diff --git a/gnome2-apps/abiword/HISTORY b/gnome2-apps/abiword/HISTORY
index aeb69d2981..e1e054a77a 100644
--- a/gnome2-apps/abiword/HISTORY
+++ b/gnome2-apps/abiword/HISTORY
@@ -5,6 +5,7 @@
* patches/menu.patch: Fixes missing declaration of wVBox
* DETAILS: updated spell to 3.0.1
* BUILD: Added gnome-vfs2 include path and LDFLAGS
+ Build goffice-bits2 first, build system is broken
* CONFIGURE: Removed Emacs and Vi keybindings options, not available
anymore