Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 473188
Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +9 lines)
Line  Link Here
0
-- /var/portage/net-analyzer/wireshark/wireshark-1.10.0-r1.ebuild
0
++ wireshark-1.10.0-r1.ebuild
Lines 120-125 Link Here
120
		esac
120
		esac
121
	fi
121
	fi
122
122
123
	# Enable wireshark binary with any supported GUI toolkit (bug #473188)
124
	if use gtk || use qt4 ; then
125
		myconf+=( "--enable-wireshark" )
126
	else
127
		myconf+=( "--disable-wireshark" )
128
	fi
129
130
123
	# Hack around inability to disable doxygen/fop doc generation
131
	# Hack around inability to disable doxygen/fop doc generation
124
	use doc || export ac_cv_prog_HAVE_DOXYGEN=false
132
	use doc || export ac_cv_prog_HAVE_DOXYGEN=false
125
	use doc-pdf || export ac_cv_prog_HAVE_FOP=false
133
	use doc-pdf || export ac_cv_prog_HAVE_FOP=false
Lines 128-137 Link Here
128
	econf \
136
	econf \
129
		$(use pcap && use_enable !caps setuid-install) \
137
		$(use pcap && use_enable !caps setuid-install) \
130
		$(use pcap && use_enable caps setcap-install) \
138
		$(use pcap && use_enable caps setcap-install) \
131
		$(use_enable gtk wireshark) \
132
		$(use_enable ipv6) \
139
		$(use_enable ipv6) \
133
		$(use_enable profile profile-build) \
140
		$(use_enable profile profile-build) \
134
		$(use_enable qt4 wireshark) \
135
		$(use_with caps libcap) \
141
		$(use_with caps libcap) \
136
		$(use_with crypt gcrypt) \
142
		$(use_with crypt gcrypt) \
137
		$(use_with geoip) \
143
		$(use_with geoip) \

Return to bug 473188