diff options
Diffstat (limited to 'source/xap/pan/pan.SlackBuild')
-rwxr-xr-x | source/xap/pan/pan.SlackBuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/source/xap/pan/pan.SlackBuild b/source/xap/pan/pan.SlackBuild index b3a8a3bf..d9cacee9 100755 --- a/source/xap/pan/pan.SlackBuild +++ b/source/xap/pan/pan.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=pan VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | cut -d - -f 2 | rev | cut -f 3- -d . | rev)} -BUILD=${BUILD:-4} +BUILD=${BUILD:-5} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -78,6 +78,9 @@ find . \ # Fix gmime3 errors and building with glib-2.68.0: zcat $CWD/pan.glib-2.68.0.diff.gz | patch -p1 --verbose || exit 1 +# Build with enchant-2: +zcat $CWD/pan.enchant2.diff.gz | patch -p1 --verbose || exit 1 + # Configure: CFLAGS="$SLKCFLAGS" \ ./configure \ |