Lines 40-46
Link Here
|
40 |
DEPEND="app-text/texi2html |
40 |
DEPEND="app-text/texi2html |
41 |
virtual/pkgconfig |
41 |
virtual/pkgconfig |
42 |
sys-libs/zlib[static-libs] |
42 |
sys-libs/zlib[static-libs] |
43 |
dev-libs/glib[static-libs]" |
43 |
dev-libs/glib[static-libs] |
|
|
44 |
>=dev-lang/python-2.5 |
45 |
<dev-lang/python-3" |
44 |
RDEPEND="" |
46 |
RDEPEND="" |
45 |
|
47 |
|
46 |
QA_WX_LOAD=" |
48 |
QA_WX_LOAD=" |
Lines 109-114
Link Here
|
109 |
conf_opts+=" --extra-ldflags=-Wl,-z,execheap" |
111 |
conf_opts+=" --extra-ldflags=-Wl,-z,execheap" |
110 |
conf_opts+=" --disable-strip --disable-werror" |
112 |
conf_opts+=" --disable-strip --disable-werror" |
111 |
conf_opts+=" --static" |
113 |
conf_opts+=" --static" |
|
|
114 |
conf_opts+=" --python=/usr/bin/python2" |
112 |
|
115 |
|
113 |
./configure ${conf_opts} --target-list="${user_targets}" || die "econf failed" |
116 |
./configure ${conf_opts} --target-list="${user_targets}" || die "econf failed" |
114 |
} |
117 |
} |