1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

net/turnserver: Resolve potential db client conflicts

The libevent2 commit to this port achieved half of the changes outlined
in the PR.

PR:		184973
Submitted by:	Arnaud Houdelette
Approved by:	maintainer (Oleg Moskalenko)
This commit is contained in:
John Marino 2014-07-28 19:00:10 +00:00
parent 38976e5c1e
commit 7d5a9d2a07
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363230

View File

@ -2,7 +2,7 @@
PORTNAME= turnserver PORTNAME= turnserver
PORTVERSION= 3.2.2.5 PORTVERSION= 3.2.2.5
PORTREVISION= 1 PORTREVISION= 2
CATEGORIES= net CATEGORIES= net
MASTER_SITES= http://turnserver.open-sys.org/downloads/v${PORTVERSION}/ \ MASTER_SITES= http://turnserver.open-sys.org/downloads/v${PORTVERSION}/ \
http://turnserver.open-sys.org/downloads/extradocs/ \ http://turnserver.open-sys.org/downloads/extradocs/ \
@ -84,7 +84,6 @@ CONFIGURE_ENV+= TURN_NO_PQ=1
.if ${PORT_OPTIONS:MMYSQL} .if ${PORT_OPTIONS:MMYSQL}
USE_MYSQL= yes USE_MYSQL= yes
LIB_DEPENDS+= libmysqlclient.so:${PORTSDIR}/databases/mysql55-client
.else .else
CONFIGURE_ENV+= TURN_NO_MYSQL=1 CONFIGURE_ENV+= TURN_NO_MYSQL=1
.endif .endif