diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2019-07-13 00:07:35 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2019-07-13 00:07:35 +0000 |
commit | feee6ce9d61c0e3eb1c200e4adbe5dac8b2b887a (patch) | |
tree | abd62ebf5876447e6703d59978de852efd7daca3 /multimedia | |
parent | df8230f473a59350229f2e498383a9029cfb1f82 (diff) | |
download | ports-feee6ce9d61c0e3eb1c200e4adbe5dac8b2b887a.tar.gz ports-feee6ce9d61c0e3eb1c200e4adbe5dac8b2b887a.zip |
Notes
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/oscam/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/oscam/Makefile b/multimedia/oscam/Makefile index 5ba40a0a520e..471e4e8c75f6 100644 --- a/multimedia/oscam/Makefile +++ b/multimedia/oscam/Makefile @@ -12,7 +12,7 @@ COMMENT= Softcam software to decrypt digital tv channels LICENSE= GPLv3 -USES= gmake ssl tar:bzip2 +USES= compiler gmake ssl tar:bzip2 USE_RC_SUBR= oscam .if target(gen-dist) @@ -30,7 +30,7 @@ BROKEN_FreeBSD_12= field has incomplete type 'BIGNUM' (aka 'struct bignum_st') BROKEN_FreeBSD_13= field has incomplete type 'BIGNUM' (aka 'struct bignum_st') .endif -.if ! ${ARCH:Mmips*} && ! ${ARCH:Mpowerpc*} && ! ${ARCH} == sparc64 +.if ${CHOSEN_COMPILER_TYPE} == clang MAKE_ARGS+= HOSTCC=clang CC=clang .endif |