libraries/CEGUI0.7: Fixed build with boost-1.59.
Disable boost-python. See, for example, https://github.com/boostorg/python/issues/39 Signed-off-by: David Spencer <baildon.research@googlemail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d40bb1865f
commit
205a9a1946
|
@ -80,6 +80,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--mandir=/usr/man \
|
||||
--docdir=/usr/doc/$PRGNAM-$VERSION \
|
||||
--enable-null-renderer \
|
||||
--disable-python-module \
|
||||
--with-default-image-codec=FreeImageImageCodec \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
||||
|
|
Loading…
Reference in New Issue