summaryrefslogtreecommitdiffstats
path: root/network/aMule/aMule.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'network/aMule/aMule.SlackBuild')
-rw-r--r--network/aMule/aMule.SlackBuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/network/aMule/aMule.SlackBuild b/network/aMule/aMule.SlackBuild
index 296b1e5b39..74774fc8e2 100644
--- a/network/aMule/aMule.SlackBuild
+++ b/network/aMule/aMule.SlackBuild
@@ -125,6 +125,9 @@ find -L . \
# Fix for gcc-4.7.x
sed -i "s|NotifyObservers|this->NotifyObservers|" src/ObservableQueue.h
+# Patch for libupnp-1.8.x, thanks to Debian
+patch -p1 < $CWD/libupnp-1.8.patch
+
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \