|
|
LICENSE="free-noncomm" | LICENSE="free-noncomm" |
SLOT="0" | SLOT="0" |
KEYWORDS="amd64 ppc ~ppc64 sparc x86" | KEYWORDS="amd64 ppc ~ppc64 sparc x86" |
IUSE="" |
IUSE="metric" |
| |
DEPEND="sys-apps/sed" | DEPEND="sys-apps/sed" |
RDEPEND="" | RDEPEND="" |
|
|
| |
src_compile() { | src_compile() { |
pagesize="" | pagesize="" |
if [ -h /etc/localtime ]; then |
use metric && pagesize="-DA4" |
local continent=$(readlink /etc/localtime | cut -d / -f 5) |
|
[ "${continent}" = "Europe" ] && pagesize="-DA4" |
|
fi |
|
emake CFLAGS="-c ${CFLAGS} ${pagesize}" || die "emake failed" | emake CFLAGS="-c ${CFLAGS} ${pagesize}" || die "emake failed" |
} | } |
| |