This can be built on sparc64 with clang now.

diff from / tested by Brad
This commit is contained in:
ajacoutot 2017-04-16 09:05:40 +00:00
parent 328742e48c
commit f2c45c63c6

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.38 2017/04/09 09:06:49 ajacoutot Exp $
# $OpenBSD: Makefile.inc,v 1.39 2017/04/16 09:05:40 ajacoutot Exp $
# Most frequent usage of the GStreamer packages:
# core base library
@ -49,7 +49,7 @@ TEST_DEPENDS += ${BASE_PKGPATH}
MODULES += lang/python
.if ${MACHINE_ARCH:Mpowerpc} || ${MACHINE_ARCH:Msparc64}
.if ${MACHINE_ARCH:Mpowerpc}
MODULES += gcc4
MODGCC4_ARCHS= *
.else