Lines 17-23
Link Here
|
17 |
LICENSE="GPL-2" |
17 |
LICENSE="GPL-2" |
18 |
SLOT="0" |
18 |
SLOT="0" |
19 |
KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd" |
19 |
KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd" |
20 |
IUSE="aac alsa amr debug ffmpeg ipv6 jpeg jpeg2k javascript mad ogg opengl oss png sdl ssl theora truetype vorbis wxwindows xml xvid" |
20 |
IUSE="aac alsa amr debug ffmpeg ipv6 jpeg jpeg2k javascript mad ogg opengl oss png sdl ssl theora truetype unicode vorbis wxwindows xml xvid" |
21 |
|
21 |
|
22 |
S="${WORKDIR}/${PN}" |
22 |
S="${WORKDIR}/${PN}" |
23 |
|
23 |
|
Lines 73-79
Link Here
|
73 |
# make sure configure looks for wx-2.6 |
73 |
# make sure configure looks for wx-2.6 |
74 |
if use wxwindows; then |
74 |
if use wxwindows; then |
75 |
WX_GTK_VER=2.6 |
75 |
WX_GTK_VER=2.6 |
76 |
need-wxwidgets gtk2 |
76 |
use unicode && need-wxwidgets unicode || need-wxwidgets ansi |
77 |
sed -i -e "s:wx-config:${WX_CONFIG}:g" configure |
77 |
sed -i -e "s:wx-config:${WX_CONFIG}:g" configure |
78 |
else |
78 |
else |
79 |
sed -i -e 's:^has_wx="yes:has_wx="no:' configure |
79 |
sed -i -e 's:^has_wx="yes:has_wx="no:' configure |