libraries/libwfut: Remove references to non-exist header.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2016-02-06 15:32:30 +07:00
parent 7a1f3e31e1
commit c5cf48fec2

View file

@ -25,7 +25,7 @@
PRGNAM=libwfut
VERSION=${VERSION:-0.2.3+c28cc3b}
COMMIT="c28cc3ba4021a051f51bb4109121c607911ece26"
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@ -70,6 +70,7 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
sed -i "/#include <sigc++\/object_slot.h>/d" python/WFUT.i
autoreconf -vif
CFLAGS="$SLKCFLAGS" \