Magellan Linux

Contents of /branches/R11-stable/extras/luit/luit-1.1.1-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 24366 - (show annotations) (download)
Fri Feb 20 10:13:35 2015 UTC (9 years, 2 months ago) by niro
File size: 515 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="luit"
4 PVER="1.1.1"
5 PBUILD="r3"
6
7 PCAT="x11-apps"
8
9 DESCRIPTION="Locale and ISO 2022 support for Unicode terminals."
10 HOMEPAGE="http://xorg.freedesktop.org"
11
12 DEPEND=">= x11-libs/libX11-1.4
13 >= x11-libs/libfontenc-1"
14
15 SDEPEND=">= virtual/sed"
16
17 sminclude xorg
18
19 src_prepare()
20 {
21 munpack ${SRCFILE} || die
22 cd ${SRCDIR}
23
24 # fixes build with gcc-4.8
25 # posix_openpt() call needs POSIX 2004, see gentoo bug #415949
26 sed -i 's/-D_XOPEN_SOURCE=500/-D_XOPEN_SOURCE=600/' configure.ac || die
27 mautoreconf || die
28 }