mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-02 13:04:42 +01:00
graphics/gthumb: Remove obsolete configure flags
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
233a841145
commit
5e7c66573d
1 changed files with 1 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
PRGNAM=gthumb
|
PRGNAM=gthumb
|
||||||
VERSION=${VERSION:-3.0.1}
|
VERSION=${VERSION:-3.0.1}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-2}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
if [ -z "$ARCH" ]; then
|
if [ -z "$ARCH" ]; then
|
||||||
|
@ -61,9 +61,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
||||||
--mandir=/usr/man \
|
--mandir=/usr/man \
|
||||||
--infodir=/usr/info \
|
--infodir=/usr/info \
|
||||||
--enable-static=no \
|
--enable-static=no \
|
||||||
--disable-schemas-install \
|
|
||||||
--disable-scrollkeeper \
|
--disable-scrollkeeper \
|
||||||
--disable-gnome-3 \
|
|
||||||
--docdir=/usr/doc/$PRGNAM-$VERSION \
|
--docdir=/usr/doc/$PRGNAM-$VERSION \
|
||||||
--build=$ARCH-slackware-linux
|
--build=$ARCH-slackware-linux
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue