diff options
author | sobomax <sobomax@FreeBSD.org> | 2003-07-01 19:56:19 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2003-07-01 19:56:19 +0800 |
commit | 94e88232339ec56707300fe66e765c451ac65402 (patch) | |
tree | 298fca6320a263535e7da0cf3c6654242c1ab921 /net/linphone-base | |
parent | d5c4c43e9eaf539f2cbace387d05233ad3b6bdb7 (diff) | |
download | freebsd-ports-gnome-94e88232339ec56707300fe66e765c451ac65402.tar.gz freebsd-ports-gnome-94e88232339ec56707300fe66e765c451ac65402.tar.zst freebsd-ports-gnome-94e88232339ec56707300fe66e765c451ac65402.zip |
Disable IPv6 - at least it makes the phone able to send/receive UDP messages.
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" |