mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
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:
+1
-3
@@ -9,6 +9,7 @@ CATEGORIES = math sysutils
|
|||||||
GH_ACCOUNT = vapier
|
GH_ACCOUNT = vapier
|
||||||
GH_PROJECT = pcalc
|
GH_PROJECT = pcalc
|
||||||
GH_TAGNAME = v4
|
GH_TAGNAME = v4
|
||||||
|
REVISION = 0
|
||||||
|
|
||||||
MAINTAINER = Charles Daniels <charles@cdaniels.net>
|
MAINTAINER = Charles Daniels <charles@cdaniels.net>
|
||||||
|
|
||||||
@@ -17,9 +18,6 @@ PERMIT_PACKAGE = Yes
|
|||||||
|
|
||||||
WANTLIB += c m
|
WANTLIB += c m
|
||||||
|
|
||||||
COMPILER = base-clang ports-gcc
|
|
||||||
COMPILER_LANGS = c
|
|
||||||
|
|
||||||
BUILD_DEPENDS = devel/bison
|
BUILD_DEPENDS = devel/bison
|
||||||
|
|
||||||
TEST_DEPENDS = ${MODGNU_AUTOCONF_DEPENDS}
|
TEST_DEPENDS = ${MODGNU_AUTOCONF_DEPENDS}
|
||||||
|
|||||||
Reference in New Issue
Block a user