summaryrefslogtreecommitdiffstats
path: root/extra/lshw/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/lshw/Pkgfile')
-rwxr-xr-xextra/lshw/Pkgfile9
1 files changed, 3 insertions, 6 deletions
diff --git a/extra/lshw/Pkgfile b/extra/lshw/Pkgfile
index a8ab73995..94a0d3188 100755
--- a/extra/lshw/Pkgfile
+++ b/extra/lshw/Pkgfile
@@ -6,16 +6,13 @@
# Run on: atk,expat,fontconfig,gtk,pango
name=lshw
-version=B.02.14
+version=B.02.15
release=1
-source=(http://ezix.org/software/files/$name-$version.tar.gz \
- http://nutyx.meticul.eu/files/patchs/$name/{lshw.png,lshw.svg,abi_stdlib.diff,\
-lshw.desktop,lshw-gcc-4.5.patch})
+source=(http://ezix.org/software/files/$name-$version.tar.gz\
+ http://nutyx.meticul.eu/files/patchs/$name/{lshw.png,lshw.svg,lshw.desktop})
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