mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
network/aMule: Added a fix for gcc-4.7.x.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
5cb21d9d1c
commit
8e1bfa1551
1 changed files with 3 additions and 0 deletions
|
@ -122,6 +122,9 @@ find . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \;
|
||||
|
||||
# Fix for gcc-4.7.x
|
||||
sed -i "s|NotifyObservers|this->NotifyObservers|" src/ObservableQueue.h
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
./configure \
|
||||
|
|
Loading…
Reference in a new issue