Fix build on sparc64 by switching to base-clang ports-gcc
This commit is contained in:
parent
e642457173
commit
185ffa5ca4
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.30 2021/12/14 00:26:46 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.31 2022/01/16 19:56:05 kmos Exp $
|
||||
|
||||
COMMENT = network library for easy and scalable concurrency
|
||||
|
||||
@ -12,6 +12,9 @@ HOMEPAGE = https://www.gevent.org/
|
||||
# MPL
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
COMPILER = base-clang ports-gcc
|
||||
COMPILER_LANGS = c
|
||||
|
||||
WANTLIB += ${MODPY_WANTLIB} cares ev pthread
|
||||
|
||||
FLAVORS = python3
|
||||
|
Loading…
Reference in New Issue
Block a user