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:
Lorenzo Salvadore 2025-01-23 15:40:43 +01:00
parent c12b248245
commit 482be83401
No known key found for this signature in database
GPG key ID: B58F7C3CF6DB8A38

View file

@ -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