summaryrefslogtreecommitdiff
path: root/packaging/gentoo/tuxanci-9999.ebuild
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2009-03-03 14:17:52 +0100
committerTomas Chvatal <scarabeus@gentoo.org>2009-03-03 14:17:52 +0100
commit25a5462dca99b0f8317e6a08194a56dd5fe1a458 (patch)
tree860c4f2e71bdaf22921d11a8ec22dd2dc854ef1b /packaging/gentoo/tuxanci-9999.ebuild
parentbdb24d2eb406a6dc313f31c796201dd1fdb998f2 (diff)
Allow optional ipv6 build, how comes that so far noone screamed that the support is not in...
Diffstat (limited to 'packaging/gentoo/tuxanci-9999.ebuild')
-rw-r--r--packaging/gentoo/tuxanci-9999.ebuild5
1 files changed, 3 insertions, 2 deletions
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}