From 140934ed11475d410d560f0b527fc519f1152b18 Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Sun, 19 Feb 2023 23:51:16 +0000 Subject: [PATCH] security/openssl-unsafe: Remove dead code There is no need to force GCC, even if only on i386, and the respective Makefile fragment has been disable from the time it was added as part of revision e3a741fd8b9ea725013555c5e4f68162c46ee2d2. PR: 269645 Approved by: brnrd (maintainer) --- security/openssl-unsafe/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/security/openssl-unsafe/Makefile b/security/openssl-unsafe/Makefile index cd8e06d2a35d..172d18b34a2f 100644 --- a/security/openssl-unsafe/Makefile +++ b/security/openssl-unsafe/Makefile @@ -13,9 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= cpe perl5 CPE_VERSION= 1.0.2k -.if ${MACHINE} == "i386" -#USE_GCC= 8+ -.endif USE_GITHUB= yes GH_ACCOUNT= PeterMosmans GH_TAGNAME= c9ba19c