mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
libraries/CEGUI0.7: Added new parameters.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
28d1f7d57f
commit
5d5e08ec6a
1 changed files with 4 additions and 2 deletions
|
@ -25,8 +25,8 @@
|
|||
PRGNAM=CEGUI0.7
|
||||
SRCNAM=CEGUI
|
||||
VERSION=${VERSION:-0.7.9}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-SBo}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
|
@ -79,6 +79,8 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--localstatedir=/var \
|
||||
--mandir=/usr/man \
|
||||
--docdir=/usr/doc/$PRGNAM-$VERSION \
|
||||
--enable-null-renderer \
|
||||
--with-default-image-codec=FreeImageImageCodec \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
||||
make
|
||||
|
|
Loading…
Reference in a new issue