summaryrefslogtreecommitdiffstats
path: root/extra/amule/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-05-02 14:53:27 +0200
committertnut <thierryn1 at hispeed dot ch>2010-05-02 14:53:27 +0200
commit1458b22cd170eb59d25832e3ac1385b360fb7e9f (patch)
tree69418f629c0f656f1dbd9d17bc91252f4b06c165 /extra/amule/Pkgfile
parent6ed7f56d766292078ae81546b036c6ee23fb3edc (diff)
downloadnutyx-extra-1458b22cd170eb59d25832e3ac1385b360fb7e9f.tar.gz
nutyx-extra-1458b22cd170eb59d25832e3ac1385b360fb7e9f.tar.bz2
nutyx-extra-1458b22cd170eb59d25832e3ac1385b360fb7e9f.tar.xz
nutyx-extra-1458b22cd170eb59d25832e3ac1385b360fb7e9f.zip
amule, ajout patch
Diffstat (limited to 'extra/amule/Pkgfile')
-rw-r--r--extra/amule/Pkgfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/extra/amule/Pkgfile b/extra/amule/Pkgfile
index dff77f345..c073fe77c 100644
--- a/extra/amule/Pkgfile
+++ b/extra/amule/Pkgfile
@@ -7,10 +7,12 @@
name=amule
version=2.2.6
release=2
-source=(http://download.berlios.de/amule/aMule-$version.tar.bz2)
+source=(http://download.berlios.de/amule/aMule-$version.tar.bz2\
+ amule-2.2.6-gcc-01.patch)
build() {
cd aMule-$version
+ patch -Np1 -i ../amule-2.2.6-gcc-01.patch
export CFLAGS="${CFLAGS//-fstack-protector/}"
export CXXFLAGS="${CXXFLAGS//-fstack-protector/}"
./configure --prefix=/usr \