summaryrefslogtreecommitdiffstats
path: root/gnome2-apps
diff options
context:
space:
mode:
authorIsmael Luceno2015-01-11 18:34:19 -0300
committerIsmael Luceno2015-01-11 23:02:30 -0300
commit0488886b5d506b3d0da08036c3e6e2fc6a92992d (patch)
tree3b887f40fc5c1c1fbb3dd69d37401ca1ea1cbc19 /gnome2-apps
parentb87c6af3f140e8d4a2e45f9ad793f91d4a1af7ea (diff)
abiword: Add gnome-vfs2 to include paths and LDFLAGS
Diffstat (limited to 'gnome2-apps')
-rwxr-xr-xgnome2-apps/abiword/BUILD5
-rw-r--r--gnome2-apps/abiword/HISTORY1
2 files changed, 5 insertions, 1 deletions
diff --git a/gnome2-apps/abiword/BUILD b/gnome2-apps/abiword/BUILD
index 542503b7d7..fdb1005967 100755
--- a/gnome2-apps/abiword/BUILD
+++ b/gnome2-apps/abiword/BUILD
@@ -1,3 +1,6 @@
OPTS="--disable-collab-backend-service --disable-collab-backend-tcp $ABIWORD_OPTS $OPTS" &&
-
+if is_depends_enabled $SPELL gnome-vfs2; then
+ CXXFLAGS="$CXXFLAGS -I/usr/include/gnome-vfs-2.0"
+ LDFLAGS="$LDFLAGS -lgnomevfs-2"
+fi &&
default_build
diff --git a/gnome2-apps/abiword/HISTORY b/gnome2-apps/abiword/HISTORY
index c2aaa9c187..854f41d73a 100644
--- a/gnome2-apps/abiword/HISTORY
+++ b/gnome2-apps/abiword/HISTORY
@@ -4,6 +4,7 @@
* abiword-gcc46.patch: removed, no longer needed
* patches/menu.patch: Fixes missing declaration of wVBox
* DETAILS: updated spell to 3.0.1
+ * BUILD: Added gnome-vfs2 include path and LDFLAGS
2014-07-25 Ismael Luceno <ismael@sourcemage.org>
* DEPENDS: Fix typo