Date: Sat, 2 Jun 2018 07:55:00 +0000 (UTC) From: Gerald Pfeifer <gerald@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471344 - head/net-mgmt/aircrack-ng Message-ID: <201806020755.w527t03J084668@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gerald Date: Sat Jun 2 07:55:00 2018 New Revision: 471344 URL: https://svnweb.freebsd.org/changeset/ports/471344 Log: Use the canonical form USE_GCC=7+ instead of USE_GCC=7.0+, the latter only working by chance. Modified: head/net-mgmt/aircrack-ng/Makefile Modified: head/net-mgmt/aircrack-ng/Makefile ============================================================================== --- head/net-mgmt/aircrack-ng/Makefile Sat Jun 2 07:42:45 2018 (r471343) +++ head/net-mgmt/aircrack-ng/Makefile Sat Jun 2 07:55:00 2018 (r471344) @@ -15,7 +15,7 @@ LICENSE_COMB= dual BROKEN_powerpc64= fails to compile: sse-intrinsics.c: error: emmintrin.h: No such file or directory USES= autoreconf cpe dos2unix gmake libtool ssl -USE_GCC= 7.0+ +USE_GCC= 7+ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-experimental CPE_VERSION= ${DISTVERSION:C/-.*//}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806020755.w527t03J084668>