libraries/CoinMP: Reverted previous bad fix 2ed1509ad3.

This reverts commit 2ed1509ad3.
Sorry everybody :(

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
David Spencer 2017-10-31 23:03:06 +00:00 committed by Willy Sudiarto Raharjo
parent 2226713dfa
commit 45aad17121
2 changed files with 3 additions and 0 deletions

View file

@ -69,6 +69,9 @@ 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 {} \;
# Fix the $DESTDIR
zcat $CWD/destdir.diff.gz | patch -p1
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \

Binary file not shown.