diff options
Diffstat (limited to 'extra/gcc3/Pkgfile')
-rwxr-xr-x | extra/gcc3/Pkgfile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/extra/gcc3/Pkgfile b/extra/gcc3/Pkgfile index 0818edd7f..8df45609b 100755 --- a/extra/gcc3/Pkgfile +++ b/extra/gcc3/Pkgfile @@ -7,10 +7,9 @@ name=gcc3 version=3.3.6 release=1 -group=dev source=( http://ftp.gnu.org/gnu/gcc/gcc-$version/gcc-$version.tar.bz2\ - http://www.linuxfromscratch.org/patches/blfs/svn/gcc-3.3.6-no_fixincludes-1.patch\ - http://www.linuxfromscratch.org/patches/blfs/svn/gcc-3.3.6-linkonce-1.patch) + http://nutyx.meticul.eu/files/patchs/$name/gcc-3.3.6-no_fixincludes-1.patch\ + http://nutyx.meticul.eu/files/patchs/$name/gcc-3.3.6-linkonce-1.patch) build() { |