From e6baae38aadc4a24f3c5f1bb255d9153cab2ecbe Mon Sep 17 00:00:00 2001 From: Juergen Buchmueller Date: Tue, 29 Nov 2016 01:16:55 +0100 Subject: [PATCH] pkg-config: remove version check It does not work with ./xbps-src bootstrap and we are using gcc6 now. --- srcpkgs/pkg-config/template | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/srcpkgs/pkg-config/template b/srcpkgs/pkg-config/template index a6053f0947a..74e80d0fe6f 100644 --- a/srcpkgs/pkg-config/template +++ b/srcpkgs/pkg-config/template @@ -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"