Beyond using C99, py3-genshi uses CFLAGS options base-gcc doesn't support
Fix build on sparc64 by switching to base-clang ports-gcc
This commit is contained in:
parent
3268012218
commit
4c224c4e51
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.24 2021/11/02 00:02:53 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.25 2022/01/16 19:37:01 kmos Exp $
|
||||
|
||||
COMMENT= toolkit for generation of output for the web
|
||||
|
||||
@ -14,6 +14,9 @@ HOMEPAGE= https://genshi.edgewall.org/
|
||||
# BSD
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
COMPILER= base-clang ports-gcc
|
||||
COMPILER_LANGS= c
|
||||
|
||||
WANTLIB += pthread
|
||||
|
||||
MODULES= lang/python
|
||||
|
Loading…
x
Reference in New Issue
Block a user