Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Oct 2012 21:28:17 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r305405 - head/net-p2p/libtorrent
Message-ID:  <201210062128.q96LSHxH044505@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sat Oct  6 21:28:17 2012
New Revision: 305405
URL: http://svn.freebsd.org/changeset/ports/305405

Log:
  Fix conversion

Modified:
  head/net-p2p/libtorrent/Makefile

Modified: head/net-p2p/libtorrent/Makefile
==============================================================================
--- head/net-p2p/libtorrent/Makefile	Sat Oct  6 21:17:22 2012	(r305404)
+++ head/net-p2p/libtorrent/Makefile	Sat Oct  6 21:28:17 2012	(r305405)
@@ -47,7 +47,6 @@ CONFIGURE_ARGS+=	--with-kqueue
 .endif
 
 .if ${PORT_OPTIONS:MIPV6}
-.if defined(WITH_IPV6)
 CONFIGURE_ARGS+=	--enable-ipv6
 .endif
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210062128.q96LSHxH044505>