diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2023-02-19 23:51:16 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2023-02-19 23:51:16 +0000 |
commit | 140934ed11475d410d560f0b527fc519f1152b18 (patch) | |
tree | 2ab9ab75385ededcbe7fa504aab6fc6c0a414925 /security/openssl-unsafe | |
parent | java/openjdk8: fix build on powerpc64* with clang 15 (diff) |
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)
Diffstat (limited to 'security/openssl-unsafe')
-rw-r--r-- | security/openssl-unsafe/Makefile | 3 |
1 files changed, 0 insertions, 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 |