Move gambit back to clang. The change to ports-gcc breaks gerbil.
This commit is contained in:
parent
9953ec32ed
commit
ec918f96b5
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.40 2021/12/11 19:32:22 juanfra Exp $
|
||||
# $OpenBSD: Makefile,v 1.41 2021/12/14 21:56:59 juanfra Exp $
|
||||
|
||||
BROKEN-riscv64= gsi and gsi-script segfault at startup
|
||||
|
||||
COMMENT= complete, efficient and reliable implementation of Scheme
|
||||
|
||||
V= 4.9.3
|
||||
REVISION= 2
|
||||
REVISION= 3
|
||||
DISTNAME= gambit-v${V:S/./_/g}
|
||||
PKGNAME= gambit-$V
|
||||
API_V= ${V:R:S/./0/}00${V:E}
|
||||
@ -25,10 +25,6 @@ EXTRACT_SUFX= .tgz
|
||||
|
||||
WANTLIB += c crypto m ssl util
|
||||
|
||||
# It takes forever to build the package with clang13
|
||||
COMPILER= ports-gcc
|
||||
COMPILER_LANGS= c
|
||||
|
||||
CONFIGURE_STYLE=gnu
|
||||
CONFIGURE_ARGS+=--disable-cplusplus \
|
||||
--disable-absolute-shared-libs \
|
||||
@ -55,8 +51,11 @@ do-test:
|
||||
|
||||
# alpha: "cc1: out of memory allocating 1608 bytes"
|
||||
# hppa: "virtual memory exhausted: Cannot allocate memory" (in a system with 2GB RAM)
|
||||
# XXX It takes forever to build the package with clang13 and ports-gcc breaks gerbil
|
||||
.if ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "hppa"
|
||||
CFLAGS += -O0
|
||||
.else
|
||||
CFLAGS += -O1
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user