From 1917190e5af48d4f3d0094166a36c27a051ad416 Mon Sep 17 00:00:00 2001 From: kmos Date: Fri, 28 Jun 2024 02:42:49 +0000 Subject: [PATCH] proxychains no longer gets along with base-gcc. Shift to ports-gcc Fixes the build on sparc64 --- net/proxychains-ng/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/net/proxychains-ng/Makefile b/net/proxychains-ng/Makefile index 7254df486b6..62f7dbc2bc6 100644 --- a/net/proxychains-ng/Makefile +++ b/net/proxychains-ng/Makefile @@ -11,6 +11,10 @@ MAINTAINER= Sebastian Reitenbach # GPLv2 PERMIT_PACKAGE= Yes + +COMPILER= base-clang ports-gcc +COMPILER_LANGS= c + WANTLIB= c pthread USE_GMAKE= Yes