aboutsummaryrefslogtreecommitdiff
path: root/app/text/gtkspell/gtkspell.mkbuild
diff options
context:
space:
mode:
Diffstat (limited to 'app/text/gtkspell/gtkspell.mkbuild')
-rw-r--r--app/text/gtkspell/gtkspell.mkbuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/text/gtkspell/gtkspell.mkbuild b/app/text/gtkspell/gtkspell.mkbuild
index 2577414..2027807 100644
--- a/app/text/gtkspell/gtkspell.mkbuild
+++ b/app/text/gtkspell/gtkspell.mkbuild
@@ -148,6 +148,7 @@ off: copy_config_files
off: move_config_files
off: postinstall_script
on: slack_required
+ on: build_package
on: clean_builds
#<< End SlackBuild Sections
@@ -173,4 +174,4 @@ gtkspell:
+
+# Fix aspell errors on compiling
+sed -i 's/\-lgtkspell$/\-lgtkspell \-laspell/' $PKG/$LIBDIR/pkgconfig/gtkspell-2.0.pc
-#p< \ No newline at end of file
+#p<