pkg-config: remove version check

It does not work with ./xbps-src bootstrap and we are using gcc6 now.
This commit is contained in:
Juergen Buchmueller 2016-11-29 01:16:55 +01:00
parent 83182cbe28
commit e6baae38aa
1 changed files with 1 additions and 3 deletions

View File

@ -14,6 +14,4 @@ license="GPL-2"
distfiles="http://pkgconfig.freedesktop.org/releases/$pkgname-$version.tar.gz"
checksum=beb43c9e064555469bd4390dcfd8030b1536e0aa103f08d7abf7ae8cac0cb001
if [ ${XBPS_GCC_VERSION_MAJOR} -gt 5 ]; then
CFLAGS="-Wno-error=format-nonliteral"
fi
CFLAGS="-Wno-error=format-nonliteral"