mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
security/afl++: Disable gcc flavor
The GCC flavor is broken. Disable it while I figure out if the port still has an actual need for different flavors or if time has come to unflavorize it.
This commit is contained in:
parent
c12b248245
commit
482be83401
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ ONLY_FOR_ARCHS_REASON= uses x86-only instrumentation or requires complete LLVM s
|
|||
|
||||
BUILD_DEPENDS= ginstall:sysutils/coreutils
|
||||
|
||||
FLAVORS= llvm gcc
|
||||
FLAVORS= llvm # gcc
|
||||
FLAVOR?= ${FLAVORS:[1]}
|
||||
|
||||
_LLVM_VER= 16
|
||||
|
|
Loading…
Add table
Reference in a new issue