diff options
author | gerald <gerald@FreeBSD.org> | 2018-07-07 21:37:00 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2018-07-07 21:37:00 +0800 |
commit | 46c68f5d13729ca02268f92643ab1cc073f19b8c (patch) | |
tree | 324ce4bee1cfa7b57ca070f7c021a9a426eb7c71 /net-mgmt | |
parent | 0dc2ca7e203eb030cab0d2fdbbeb96722fa855a9 (diff) | |
download | freebsd-ports-gnome-46c68f5d13729ca02268f92643ab1cc073f19b8c.tar.gz freebsd-ports-gnome-46c68f5d13729ca02268f92643ab1cc073f19b8c.tar.zst freebsd-ports-gnome-46c68f5d13729ca02268f92643ab1cc073f19b8c.zip |
Use the canonical USE_GCC=yes instead of USE_GCC=6+. This has the
advantage that it'll use a current version of GCC that is present
already without a need to adjust this port as the default version
in Mk/bsd.default-versions.mk moves (or a user changes the default
locally).
Approved by: lme (maintainer)
Diffstat (limited to 'net-mgmt')
-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/-.*//} |