diff options
Diffstat (limited to 'network')
-rw-r--r-- | network/aMule/aMule.SlackBuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/network/aMule/aMule.SlackBuild b/network/aMule/aMule.SlackBuild index f66c797405..f8b19d7c71 100644 --- a/network/aMule/aMule.SlackBuild +++ b/network/aMule/aMule.SlackBuild @@ -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 \ |