Use ports-gcc for non-clang archs.
from Brad (maintainer)
This commit is contained in:
parent
13e3dca4ea
commit
2c8a36528e
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.23 2019/07/22 06:55:41 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.24 2019/08/21 07:35:17 ajacoutot Exp $
|
||||
|
||||
COMMENT= portable ASS/SSA subtitle renderer
|
||||
|
||||
VER= 0.14.0
|
||||
DISTNAME= libass-${VER}
|
||||
REVISION= 0
|
||||
CATEGORIES= multimedia devel
|
||||
MASTER_SITES= https://github.com/libass/libass/releases/download/${VER}/
|
||||
EXTRACT_SUFX= .tar.xz
|
||||
@ -19,6 +20,9 @@ PERMIT_PACKAGE= Yes
|
||||
|
||||
WANTLIB= expat fontconfig freetype fribidi iconv m z
|
||||
|
||||
COMPILER= base-clang ports-gcc
|
||||
COMPILER_LANGS= c
|
||||
|
||||
LIB_DEPENDS= converters/libiconv \
|
||||
devel/fribidi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user