diff options
Diffstat (limited to 'x11-apps/xauth/xauth-1.1.ebuild')
-rw-r--r-- | x11-apps/xauth/xauth-1.1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-apps/xauth/xauth-1.1.ebuild b/x11-apps/xauth/xauth-1.1.ebuild index d81c5122af45..fe2bc9e5bdcf 100644 --- a/x11-apps/xauth/xauth-1.1.ebuild +++ b/x11-apps/xauth/xauth-1.1.ebuild @@ -22,8 +22,9 @@ RDEPEND="x11-libs/libX11 DEPEND="${RDEPEND} x11-base/xorg-proto" -pkg_setup() { - XORG_CONFIGURE_OPTIONS=( +src_configure() { + local XORG_CONFIGURE_OPTIONS=( $(use_enable ipv6) ) + xorg-3_src_configure } |