projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ca0547
)
net-p2p/amule: switch to setup-wxwidgets()
author
Alexander Tsoy
<alexander@tsoy.me>
Mon, 18 Jun 2018 18:16:16 +0000
(21:16 +0300)
committer
Patrice Clement
<monsieurp@gentoo.org>
Fri, 22 Jun 2018 22:17:14 +0000
(
00:17
+0200)
net-p2p/amule/amule-2.3.2-r2.ebuild
patch
|
blob
|
history
diff --git
a/net-p2p/amule/amule-2.3.2-r2.ebuild
b/net-p2p/amule/amule-2.3.2-r2.ebuild
index cdf1f021c6c028cf4e9a16db83bc83455a512aba..e219e45a08b0b0caf791c4778e50d20f4ec14707 100644
(file)
--- a/
net-p2p/amule/amule-2.3.2-r2.ebuild
+++ b/
net-p2p/amule/amule-2.3.2-r2.ebuild
@@
-41,6
+41,8
@@
pkg_setup() {
einfo "to compile aMule Statistics GUI."
einfo "I will now compile console versions only."
fi
+
+ setup-wxwidgets
}
pkg_preinst() {
@@
-53,14
+55,6
@@
pkg_preinst() {
src_configure() {
local myconf
- if use X; then
- einfo "wxGTK with X support will be used"
- need-wxwidgets unicode
- else
- einfo "wxGTK without X support will be used"
- need-wxwidgets base-unicode
- fi
-
if use X; then
use stats && myconf="${myconf}
--enable-wxcas