mirror of
https://gitlab.com/mateslackbuilds/msb.git
synced 2024-12-25 21:59:36 +01:00
libgksu: Fix build against latest linuxdoc-tools.
Signed-off-by: Willy Sudiarto Raharjo <willysr@gmail.com>
This commit is contained in:
parent
36eec4f75a
commit
1e773537f0
1 changed files with 3 additions and 2 deletions
5
deps/libgksu/libgksu.SlackBuild
vendored
5
deps/libgksu/libgksu.SlackBuild
vendored
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for libgksu
|
||||
|
||||
# Copyright 2013-2018 Willy Sudiarto Raharjo <willysr@slackware-id.org>
|
||||
# Copyright 2013-2019 Willy Sudiarto Raharjo <willysr@slackware-id.org>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=libgksu
|
||||
VERSION=${VERSION:-2.0.12}
|
||||
BUILD=${BUILD:-5}
|
||||
BUILD=${BUILD:-6}
|
||||
TAG=${TAG:-_msb}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -99,6 +99,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--mandir=/usr/man \
|
||||
--docdir=/usr/doc/$PRGNAM-$VERSION \
|
||||
--disable-static \
|
||||
--disable-gtk-doc \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
||||
make
|
||||
|
|
Loading…
Reference in a new issue