diff options
Diffstat (limited to 'office/abiword/abiword.SlackBuild')
-rw-r--r-- | office/abiword/abiword.SlackBuild | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/office/abiword/abiword.SlackBuild b/office/abiword/abiword.SlackBuild index 33f1aef690..3685327c8d 100644 --- a/office/abiword/abiword.SlackBuild +++ b/office/abiword/abiword.SlackBuild @@ -27,9 +27,9 @@ # work correctly on Slackware - the patches are all from him PRGNAM=abiword -VERSION=2.8.6 +VERSION=3.0.0 DOCSVER=$VERSION # version of abiword-docs -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -76,18 +76,6 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -# This should make the build use Slackware's Boost Asio -patch -p1 < $CWD/patches/boost_asio.patch - -# This should make the help stuff work properly -patch -p1 < $CWD/patches/url_show.patch - -# This fixes building with gcc-4.7 -sed -i "s|--no-undefined||" src/Makefile.{am,in} - -# This fixes building with glib >= 2.31 (thanks to gentoo) -patch -p0 < $CWD/patches/abiword-2.8.6-glib-2.31.patch - CPPFLAGS="-I$TMP/$PRGNAM-$VERSION" \ CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ |