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
This commit is contained in:
jca
2025-11-09 16:06:14 +00:00
parent e5e477fbaa
commit 9e4d202a30
+1 -3
View File
@@ -9,6 +9,7 @@ CATEGORIES = math sysutils
GH_ACCOUNT = vapier
GH_PROJECT = pcalc
GH_TAGNAME = v4
REVISION = 0
MAINTAINER = Charles Daniels <charles@cdaniels.net>
@@ -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}