From 25a5462dca99b0f8317e6a08194a56dd5fe1a458 Mon Sep 17 00:00:00 2001 From: Tomas Chvatal Date: Tue, 3 Mar 2009 14:17:52 +0100 Subject: Allow optional ipv6 build, how comes that so far noone screamed that the support is not in... --- packaging/gentoo/tuxanci-9999.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'packaging/gentoo') diff --git a/packaging/gentoo/tuxanci-9999.ebuild b/packaging/gentoo/tuxanci-9999.ebuild index 2ac75a9..4faf6f1 100644 --- a/packaging/gentoo/tuxanci-9999.ebuild +++ b/packaging/gentoo/tuxanci-9999.ebuild @@ -14,7 +14,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="alsa debug dedicated nls opengl" +IUSE="alsa debug dedicated ipv6 nls opengl" # alsa is used only when building client RDEPEND="!dedicated? ( @@ -35,7 +35,8 @@ src_configure() { $(cmake-utils_use_enable debug DEBUG) $(cmake-utils_use_with dedicated SERVER) $(cmake-utils_use_with nls NLS) - $(cmake-utils_use_with opengl OPENGL)" + $(cmake-utils_use_with opengl OPENGL) + $(cmake-utils_use_enable ipv6 IPV6)" mycmakeargs="${mycmakeargs} -DCMAKE_INSTALL_PREFIX=${GAMES_PREFIX} -DCMAKE_DATA_PATH=${GAMES_DATADIR} -- cgit v1.2.3