pkg-config: remove version check
It does not work with ./xbps-src bootstrap and we are using gcc6 now.
This commit is contained in:
parent
83182cbe28
commit
e6baae38aa
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue