add gsm support option
PR: 14963 Submitted by: Joe Abley <jabley@patho.gen.nz>
This commit is contained in:
parent
73c14cc1b7
commit
ac78a10a0d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24007
1 changed files with 5 additions and 0 deletions
|
@ -18,4 +18,9 @@ MLINKS= play.1 rec.1
|
|||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-fast-ulaw --enable-fast-alaw --with-oss-dsp
|
||||
|
||||
.if defined(USE_GSM)
|
||||
CONFIGURE_ARGS+= --with-gsmlib=${PREFIX}/lib --with-gsminc=${PREFIX}/include
|
||||
LIB_DEPENDS+= gsm.1:${PORTSDIR}/audio/gsm
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue