From 4321def1120a64de1ba9726780894b177ffed7ca Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Wed, 14 Jul 2021 10:52:42 +0000 Subject: [PATCH] sysutils/arcconf: Go with the generic USE_GCC=yes Practically USE_GCC=4.8+ is equivalent to USE_GCC=yes in nearly all cases and version specific dependencies should only be used when unavoidable, so go with USE_GCC=yes. PR: 256991 --- sysutils/arcconf/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysutils/arcconf/Makefile b/sysutils/arcconf/Makefile index 6f95de3d61e4..5077bf5af7b2 100644 --- a/sysutils/arcconf/Makefile +++ b/sysutils/arcconf/Makefile @@ -19,7 +19,7 @@ ONLY_FOR_ARCHS= amd64 LIB_DEPENDS= libstdc++.so.6:lang/gcc${GCC_DEFAULT} USES= zip -USE_GCC= 4.8+ +USE_GCC= yes SUB_FILES+= ${PERIODICSCRIPT}