Fix build of sparc64 by adding COMPILER line to use ports-gcc instead of
base-gcc. ok ajacoutot (maintainer)
This commit is contained in:
parent
d574f2e379
commit
a833495056
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.48 2020/06/03 09:49:55 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.49 2020/07/28 07:30:10 kmos Exp $
|
||||
|
||||
COMMENT= GTK client and libraries for SPICE remote desktop servers
|
||||
|
||||
@ -25,6 +25,9 @@ WANTLIB += pixman-1 sasl2 ssl z
|
||||
|
||||
MASTER_SITES= http://www.spice-space.org/download/gtk/
|
||||
|
||||
COMPILER= base-clang ports-gcc ports-clang
|
||||
COMPILER_LANGS = c
|
||||
|
||||
MODULES= devel/meson \
|
||||
lang/python
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user