summaryrefslogtreecommitdiffstats
path: root/gnome2-apps
diff options
context:
space:
mode:
authorIsmael Luceno2015-01-11 18:17:00 -0300
committerIsmael Luceno2015-01-11 23:02:30 -0300
commitb87c6af3f140e8d4a2e45f9ad793f91d4a1af7ea (patch)
tree9b707e8d882d41f7ade474088a5fc8550f4f58a7 /gnome2-apps
parentb297b7d6627ab914a7107df89db3f232213711ef (diff)
abiword: Patch includes of missing headers
Diffstat (limited to 'gnome2-apps')
-rw-r--r--gnome2-apps/abiword/HISTORY1
-rwxr-xr-xgnome2-apps/abiword/PRE_BUILD2
2 files changed, 3 insertions, 0 deletions
diff --git a/gnome2-apps/abiword/HISTORY b/gnome2-apps/abiword/HISTORY
index bca7a77d1d..c2aaa9c187 100644
--- a/gnome2-apps/abiword/HISTORY
+++ b/gnome2-apps/abiword/HISTORY
@@ -1,5 +1,6 @@
2015-01-11 Ismael Luceno <ismael@sourcemage.org>
* PRE_BUILD: copied code from mawk
+ patch includes of missing headers
* abiword-gcc46.patch: removed, no longer needed
* patches/menu.patch: Fixes missing declaration of wVBox
* DETAILS: updated spell to 3.0.1
diff --git a/gnome2-apps/abiword/PRE_BUILD b/gnome2-apps/abiword/PRE_BUILD
index f9d7f22c09..976c6ac159 100755
--- a/gnome2-apps/abiword/PRE_BUILD
+++ b/gnome2-apps/abiword/PRE_BUILD
@@ -1,5 +1,7 @@
default_pre_build &&
cd "$SOURCE_DIRECTORY" &&
+sed -i '\@#include <libgnomevfs/gnome-vfs-utils.h>@d' \
+ src/af/util/xp/ut_go_file.cpp &&
if [ -d "$SPELL_DIRECTORY/patches" ]; then
find "$SPELL_DIRECTORY/patches" \( -name \*.patch -o -name \*.diff \) \
-exec patch -fp1 -i '{}' \;