add gsm support option

PR:		14963
Submitted by:	Joe Abley <jabley@patho.gen.nz>
This commit is contained in:
Michael Haro 1999-12-24 19:28:04 +00:00
parent 73c14cc1b7
commit ac78a10a0d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24007

View file

@ -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>