From dc943bde161de5f7b3dd5fdb04ae3bf9da0e6aee Mon Sep 17 00:00:00 2001 From: kmos Date: Mon, 30 Jan 2023 15:33:33 +0000 Subject: [PATCH] py-charset-normalizer uses Werror along with a number of warning options that base-gcc doesn't understand. Switch to ports-gcc to fix build on sparc64 --- textproc/py-charset-normalizer/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/textproc/py-charset-normalizer/Makefile b/textproc/py-charset-normalizer/Makefile index 8ba9b237200..e0e4c572c64 100644 --- a/textproc/py-charset-normalizer/Makefile +++ b/textproc/py-charset-normalizer/Makefile @@ -12,6 +12,9 @@ HOMEPAGE = https://github.com/ousret/charset_normalizer # MIT PERMIT_PACKAGE = Yes +COMPILER = base-clang ports-gcc +COMPILER_LANGS = c + MODULES = lang/python MODPY_PI = Yes