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

Disable IPv6 - at least it makes the phone able to send/receive UDP messages.

This commit is contained in:
Maxim Sobolev 2003-07-01 11:56:19 +00:00
parent 83ac80860c
commit 35d3b02800
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=83984
2 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= linphone
PORTVERSION= 0.11.0
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://simon.morlat.free.fr/download/${PORTVERSION}/source/
@ -22,6 +23,7 @@ USE_GMAKE= yes
USE_LIBTOOL= yes
LIBTOOLFILES= configure oRTP/configure speex/configure osipua/configure
USE_GNOME= gnomehack gnomeprefix
CONFIGURE_ARGS= --disable-ipv6
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"

View File

@ -7,6 +7,7 @@
PORTNAME= linphone
PORTVERSION= 0.11.0
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://simon.morlat.free.fr/download/${PORTVERSION}/source/
@ -22,6 +23,7 @@ USE_GMAKE= yes
USE_LIBTOOL= yes
LIBTOOLFILES= configure oRTP/configure speex/configure osipua/configure
USE_GNOME= gnomehack gnomeprefix
CONFIGURE_ARGS= --disable-ipv6
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"