diff options
Diffstat (limited to 'source/l/gtkspell/gtkspell.SlackBuild')
-rwxr-xr-x | source/l/gtkspell/gtkspell.SlackBuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source/l/gtkspell/gtkspell.SlackBuild b/source/l/gtkspell/gtkspell.SlackBuild index fda23785..7d5c92dc 100755 --- a/source/l/gtkspell/gtkspell.SlackBuild +++ b/source/l/gtkspell/gtkspell.SlackBuild @@ -78,6 +78,10 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; +# Regenerate build system to fix newer gtk-doc dropping gtkdoc-mktmpl: +gtkdocize +autoreconf -vif + # Configure: CFLAGS="$SLKCFLAGS" \ ./configure \ |