Lines 14-20
Link Here
|
14 |
|
14 |
|
15 |
LICENSE="LGPL-2" |
15 |
LICENSE="LGPL-2" |
16 |
SLOT="0" |
16 |
SLOT="0" |
17 |
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-linux" |
17 |
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-linux ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris" |
18 |
IUSE="debug doc glade +introspection python" |
18 |
IUSE="debug doc glade +introspection python" |
19 |
|
19 |
|
20 |
PDEPEND="x11-libs/gnome-pty-helper" |
20 |
PDEPEND="x11-libs/gnome-pty-helper" |
Lines 46-51
Link Here
|
46 |
$(use_enable introspection) |
46 |
$(use_enable introspection) |
47 |
$(use_enable python) |
47 |
$(use_enable python) |
48 |
--with-gtk=2.0" |
48 |
--with-gtk=2.0" |
|
|
49 |
|
50 |
if [[ ${CHOST} == *-interix* ]]; then |
51 |
G2CONF="${G2CONF} --disable-Bsymbolic" |
52 |
|
53 |
# interix stropts.h is empty... |
54 |
export ac_cv_header_stropts_h=no |
55 |
fi |
56 |
|
49 |
DOCS="AUTHORS ChangeLog HACKING NEWS README" |
57 |
DOCS="AUTHORS ChangeLog HACKING NEWS README" |
50 |
if use python; then |
58 |
if use python; then |
51 |
python_set_active_version 2 |
59 |
python_set_active_version 2 |
Lines 56-61
Link Here
|
56 |
src_prepare() { |
64 |
src_prepare() { |
57 |
# https://bugzilla.gnome.org/show_bug.cgi?id=663779 |
65 |
# https://bugzilla.gnome.org/show_bug.cgi?id=663779 |
58 |
epatch "${FILESDIR}/${PN}-0.30.1-alt-meta.patch" |
66 |
epatch "${FILESDIR}/${PN}-0.30.1-alt-meta.patch" |
|
|
67 |
# https://bugzilla.gnome.org/show_bug.cgi?id=652290 |
68 |
epatch "${FILESDIR}"/${PN}-0.26.2-interix.patch |
59 |
|
69 |
|
60 |
gnome2_src_prepare |
70 |
gnome2_src_prepare |
61 |
} |
71 |
} |