diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2003-07-01 11:56:19 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2003-07-01 11:56:19 +0000 |
commit | 35d3b02800e6215a854b144e94f30793097370d2 (patch) | |
tree | 2aa93267529c0067716e0030f67bb36af9a16416 /net/linphone-base | |
parent | 83ac80860c79e1e4fe3cee30ebda4b5024410320 (diff) | |
download | ports-35d3b02800e6215a854b144e94f30793097370d2.tar.gz ports-35d3b02800e6215a854b144e94f30793097370d2.zip |
Disable IPv6 - at least it makes the phone able to send/receive UDP messages.
Notes
Notes:
svn path=/head/; revision=83984
Diffstat (limited to 'net/linphone-base')
-rw-r--r-- | net/linphone-base/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/linphone-base/Makefile b/net/linphone-base/Makefile index 41e27f9766b7..cc0c9c2bf586 100644 --- a/net/linphone-base/Makefile +++ b/net/linphone-base/Makefile @@ -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" |