mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
net-mgmt/aicrack-ng:
- Set required GCC version to 6+, so that the default gcc version is chosen. GCC isn't needed to successfully building the port, but according to upstream using the gcc compiled version is 60-70% faster than the clang compiled version. - Bump PORTREVISION PR: 228747 Submitted by: Michael Danilov <mike.d.ft402@gmail.com>
This commit is contained in:
parent
a416071896
commit
e861e3fc9a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=472962
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= aircrack-ng
|
||||
DISTVERSION= 1.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net-mgmt security
|
||||
MASTER_SITES= http://download.aircrack-ng.org/
|
||||
|
||||
@ -15,7 +16,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+
|
||||
USE_GCC= 6+
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-experimental
|
||||
CPE_VERSION= ${DISTVERSION:C/-.*//}
|
||||
|
Loading…
Reference in New Issue
Block a user