mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
libraries/CoinMP: Reverted previous bad fix 2ed1509ad31.
This reverts commit 2ed1509ad3126092fd2efad3a70d1b989868a577. Sorry everybody :( Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
2226713dfa
commit
45aad17121
2 changed files with 3 additions and 0 deletions
|
@ -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 \
|
||||
|
|
BIN
libraries/CoinMP/destdir.diff.gz
Normal file
BIN
libraries/CoinMP/destdir.diff.gz
Normal file
Binary file not shown.
Loading…
Reference in a new issue