mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
w_scan: needs -fcommon for gcc10
[ci skip]
This commit is contained in:
parent
9d9d79c160
commit
15d0285433
1 changed files with 7 additions and 5 deletions
|
@ -1,15 +1,17 @@
|
||||||
# Template file for 'w_scan'
|
# Template file for 'w_scan'
|
||||||
pkgname="w_scan"
|
pkgname=w_scan
|
||||||
version="20170107"
|
version=20170107
|
||||||
revision=1
|
revision=1
|
||||||
|
build_style="gnu-configure"
|
||||||
hostmakedepends="automake libtool"
|
hostmakedepends="automake libtool"
|
||||||
short_desc="A universal ATSC and DVB blind scanner"
|
short_desc="Universal ATSC and DVB blind scanner"
|
||||||
maintainer="Stefan Mühlinghaus <jazzman@alphabreed.com>"
|
maintainer="Stefan Mühlinghaus <jazzman@alphabreed.com>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-only"
|
||||||
homepage="http://wirbel.htpc-forum.de/w_scan/index2.html"
|
homepage="http://wirbel.htpc-forum.de/w_scan/index2.html"
|
||||||
distfiles="http://wirbel.htpc-forum.de/w_scan/w_scan-${version}.tar.bz2"
|
distfiles="http://wirbel.htpc-forum.de/w_scan/w_scan-${version}.tar.bz2"
|
||||||
checksum="38e0f38a7bf06cff6d6ea01652ad4ee60da2cb0e937360468f936da785b46ffe"
|
checksum="38e0f38a7bf06cff6d6ea01652ad4ee60da2cb0e937360468f936da785b46ffe"
|
||||||
build_style="gnu-configure"
|
|
||||||
|
CFLAGS="-fcommon"
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -if
|
autoreconf -if
|
||||||
|
|
Loading…
Add table
Reference in a new issue