diff options
Diffstat (limited to 'extra/akode/Pkgfile')
-rw-r--r-- | extra/akode/Pkgfile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/extra/akode/Pkgfile b/extra/akode/Pkgfile index d28a9313d..e1955f477 100644 --- a/extra/akode/Pkgfile +++ b/extra/akode/Pkgfile @@ -8,10 +8,9 @@ name=akode version=2.0.2 release=2 source=(http://www.kde-apps.org/CONTENT/content-files/30375-akode-$version.tar.bz2 \ - akode-2.0.2-flac14.patch gcc43.patch) + http://nutyx.meticul.eu/files/patchs/$name/gcc43.patch) build() { cd $name-$version -# patch -Np0 -i ../akode-2.0.2-flac14.patch patch -Np0 -i ../gcc43.patch ./configure --prefix=/usr \ --without-flac \ |