diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2018-07-07 13:37:00 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2018-07-07 13:37:00 +0000 |
commit | f2d62f2c9dc9109f2f61177cad762d5ef8f0d252 (patch) | |
tree | 324ce4bee1cfa7b57ca070f7c021a9a426eb7c71 /net-mgmt/aircrack-ng | |
parent | c31e361f726d7fa62ed4241a842d8ce4c54208d7 (diff) | |
download | ports-f2d62f2c9dc9109f2f61177cad762d5ef8f0d252.tar.gz ports-f2d62f2c9dc9109f2f61177cad762d5ef8f0d252.zip |
Notes
Diffstat (limited to 'net-mgmt/aircrack-ng')
-rw-r--r-- | net-mgmt/aircrack-ng/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/aircrack-ng/Makefile b/net-mgmt/aircrack-ng/Makefile index 63778f35c7e3..77290971e0bb 100644 --- a/net-mgmt/aircrack-ng/Makefile +++ b/net-mgmt/aircrack-ng/Makefile @@ -19,7 +19,7 @@ BROKEN_armv7= fails to configure: _AX_COMPILER_VERSION_GNU unknown gcc major 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= 6+ +USE_GCC= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-experimental CPE_VERSION= ${DISTVERSION:C/-.*//} |