mirror of
https://gitlab.com/mateslackbuilds/msb.git
synced 2024-12-27 09:58:14 +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
|
# 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.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
PRGNAM=libgksu
|
PRGNAM=libgksu
|
||||||
VERSION=${VERSION:-2.0.12}
|
VERSION=${VERSION:-2.0.12}
|
||||||
BUILD=${BUILD:-5}
|
BUILD=${BUILD:-6}
|
||||||
TAG=${TAG:-_msb}
|
TAG=${TAG:-_msb}
|
||||||
|
|
||||||
if [ -z "$ARCH" ]; then
|
if [ -z "$ARCH" ]; then
|
||||||
|
@ -99,6 +99,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
||||||
--mandir=/usr/man \
|
--mandir=/usr/man \
|
||||||
--docdir=/usr/doc/$PRGNAM-$VERSION \
|
--docdir=/usr/doc/$PRGNAM-$VERSION \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
|
--disable-gtk-doc \
|
||||||
--build=$ARCH-slackware-linux
|
--build=$ARCH-slackware-linux
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
Loading…
Reference in a new issue