From 9e4d202a3077d8d23545978f139472018463684b Mon Sep 17 00:00:00 2001 From: jca Date: Sun, 9 Nov 2025 16:06:14 +0000 Subject: [PATCH] pcalc builds fine with base-gcc so drop COMPILER Spotted while looking at the errors when trying to build pcalc on sparc64 using gcc/15 and its picky defaults. Fortunately claudio has a diff to tone these down. Discussed with maintainer Charles Daniels --- math/pcalc/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/math/pcalc/Makefile b/math/pcalc/Makefile index 1585a44df41..e72af63ea65 100644 --- a/math/pcalc/Makefile +++ b/math/pcalc/Makefile @@ -9,6 +9,7 @@ CATEGORIES = math sysutils GH_ACCOUNT = vapier GH_PROJECT = pcalc GH_TAGNAME = v4 +REVISION = 0 MAINTAINER = Charles Daniels @@ -17,9 +18,6 @@ PERMIT_PACKAGE = Yes WANTLIB += c m -COMPILER = base-clang ports-gcc -COMPILER_LANGS = c - BUILD_DEPENDS = devel/bison TEST_DEPENDS = ${MODGNU_AUTOCONF_DEPENDS}