|
|
# Distributed under the terms of the GNU General Public License v2 | # Distributed under the terms of the GNU General Public License v2 |
# $Header: | # $Header: |
| |
inherit eutils wxwidgets |
inherit eutils flag-o-matic wxwidgets |
| |
MY_P=${P/m/M} | MY_P=${P/m/M} |
S=${WORKDIR}/${MY_P} | S=${WORKDIR}/${MY_P} |
|
|
LICENSE="GPL-2" | LICENSE="GPL-2" |
SLOT="0" | SLOT="0" |
KEYWORDS="~x86 ~amd64 ~ppc ~ppc64 ~sparc ~alpha" | KEYWORDS="~x86 ~amd64 ~ppc ~ppc64 ~sparc ~alpha" |
IUSE="amuled debug gtk2 nls remote stats unicode" |
IUSE="amuled debug gtk2 nls remote stats unicode hardened" |
| |
| |
DEPEND=">=x11-libs/wxGTK-2.6.0 | DEPEND=">=x11-libs/wxGTK-2.6.0 |
|
|
`use_enable stats alc` \ | `use_enable stats alc` \ |
`use_enable stats alcc` \ | `use_enable stats alcc` \ |
|| die | || die |
|
# we filter ssp until bug #74457 is closed to build on hardened |
|
if use hardened; then |
|
fiter-flags -fstack-protector -fstack-protector-all |
|
fi |
emake -j1 || die | emake -j1 || die |
} | } |
| |