diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-05-19 17:12:08 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-05-19 17:12:08 +0200 |
commit | 60eaf0fc6474d6bc07a202890b500280330a971a (patch) | |
tree | ed08a88fe33a62dab872e74446984a6823f95c61 /extra/lshw/Pkgfile | |
parent | bcb5de96aa9e5d606296637f03a5099747630029 (diff) | |
download | nutyx-extra-60eaf0fc6474d6bc07a202890b500280330a971a.tar.gz nutyx-extra-60eaf0fc6474d6bc07a202890b500280330a971a.tar.bz2 nutyx-extra-60eaf0fc6474d6bc07a202890b500280330a971a.tar.xz nutyx-extra-60eaf0fc6474d6bc07a202890b500280330a971a.zip |
ajout de lshw#B.02.13-1
Diffstat (limited to 'extra/lshw/Pkgfile')
-rwxr-xr-x | extra/lshw/Pkgfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/extra/lshw/Pkgfile b/extra/lshw/Pkgfile index 6c5fb06e6..11f64f571 100755 --- a/extra/lshw/Pkgfile +++ b/extra/lshw/Pkgfile @@ -11,11 +11,12 @@ source=(http://ezix.org/software/files/$name-$version.tar.gz \ lshw.png \ lshw.svg \ abi_stdlib.diff -lshw.desktop) +lshw.desktop lshw-gcc-4.5.patch) build() { cd $name-$version patch -Np0 -i ../abi_stdlib.diff + patch -Np1 -i ../lshw-gcc-4.5.patch sed -i 's@-g -Wall@-g -Wall -O2 -march=i686 -pipe@g' src/Makefile sed -i 's@-g -Wall@-g -Wall -O2 -march=i686 -pipe@g' src/core/Makefile sed -i 's@-g -Wall@-g -Wall -O2 -march=i686 -pipe@g' src/gui/Makefile |