From c90fbdb4b0bc285e0f5fe4550183936bd77bad2a Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 4 Mar 2015 19:59:15 +0100 Subject: [PATCH] iw: make xbps-checkvers(8) happy and don't make it crash. --- srcpkgs/iw/template | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/srcpkgs/iw/template b/srcpkgs/iw/template index 20a96ae3093..b4a7797d039 100644 --- a/srcpkgs/iw/template +++ b/srcpkgs/iw/template @@ -1,8 +1,4 @@ # Template file for 'iw' -# -# Does not seem to respect our $CPPFLAGS in environment, force it via CFLAGS. -CFLAGS="$XBPS_CPPFLAGS" - pkgname=iw version=3.17 revision=2 @@ -16,3 +12,6 @@ license="GPL-2" homepage="http://wireless.kernel.org/en/users/Documentation/iw" distfiles="http://www.kernel.org/pub/software/network/iw/iw-${version}.tar.xz" checksum=48a62eb5cd8e757c9617749df96b01f133c184f6c107f18be660ee08f155fa93 + +# Does not seem to respect our $CPPFLAGS in environment, force it via CFLAGS. +CFLAGS="$XBPS_CPPFLAGS"