Magellan Linux

Annotation of /branches/R11-unstable/extras/luit/luit-1.1.1-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25634 - (hide annotations) (download)
Tue Nov 25 04:03:25 2014 UTC (9 years, 5 months ago) by niro
File size: 515 byte(s)
-release branches/R11-unstable
1 niro 23142 # $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 niro 23168 SDEPEND=">= virtual/sed"
16    
17 niro 23142 sminclude xorg
18 niro 23167
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     }