Fix build of linphone/* on sparc64 by putting a COMPILER line

in Makefile.inc

ok sthen
This commit is contained in:
kmos 2021-08-09 19:58:38 +00:00
parent 441a78afd4
commit a6a3abfc80

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.2 2021/07/10 16:55:23 landry Exp $
# $OpenBSD: Makefile.inc,v 1.3 2021/08/09 19:58:38 kmos Exp $
V ?= 5.0.0
CATEGORIES = telephony
@ -7,5 +7,7 @@ MASTER_SITES = https://gitlab.linphone.org/BC/public/${MODULE}/-/archive/${V}/
DISTNAME ?= ${MODULE}-${V}
MAINTAINER = Landry Breuil <landry@openbsd.org>
COMPILER = base-clang ports-gcc
# GPLv3
PERMIT_PACKAGE = Yes