Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 23166 by niro, Thu Oct 30 16:33:11 2014 UTC revision 23167 by niro, Fri Oct 31 08:37:49 2014 UTC
# Line 13  DEPEND=">= x11-libs/libX11-1.4 Line 13  DEPEND=">= x11-libs/libX11-1.4
13   >= x11-libs/libfontenc-1"   >= x11-libs/libfontenc-1"
14    
15  sminclude xorg  sminclude xorg
16    
17    src_prepare()
18    {
19     munpack ${SRCFILE} || die
20     cd ${SRCDIR}
21    
22     # fixes build with gcc-4.8
23     # posix_openpt() call needs POSIX 2004, see gentoo bug #415949
24     sed -i 's/-D_XOPEN_SOURCE=500/-D_XOPEN_SOURCE=600/' configure.ac || die
25     mautoreconf || die
26    }

Legend:
Removed from v.23166  
changed lines
  Added in v.23167