mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/libwfut: Remove references to non-exist header.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
7a1f3e31e1
commit
c5cf48fec2
1 changed files with 2 additions and 1 deletions
|
@ -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" \
|
||||
|
|
Loading…
Reference in a new issue