svn commit: r471344 - head/net-mgmt/aircrack-ng

Gerald Pfeifer gerald at FreeBSD.org
Sat Jun 2 07:55:01 UTC 2018


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/-.*//}


More information about the svn-ports-all mailing list