diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-10-23 19:35:04 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-10-23 19:35:04 +0200 |
commit | 66c3ae0d7bc5a2a9afb85650e7477df04b1cf90f (patch) | |
tree | 9d8d1733651a94e45a10b9ae6ff201612033c099 /extra/gcc3/Pkgfile | |
parent | cbc41a1e3d640bc46d306348db3ebc79e908d415 (diff) | |
download | nutyx-extra-66c3ae0d7bc5a2a9afb85650e7477df04b1cf90f.tar.gz nutyx-extra-66c3ae0d7bc5a2a9afb85650e7477df04b1cf90f.tar.bz2 nutyx-extra-66c3ae0d7bc5a2a9afb85650e7477df04b1cf90f.tar.xz nutyx-extra-66c3ae0d7bc5a2a9afb85650e7477df04b1cf90f.zip |
gcc3, port nettoyé
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() { |