libXaw3d: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Wed Sep 7 14:48:51 PDT 2011


 configure.ac    |    2 +-
 src/Makefile.am |    3 ++-
 src/laygram.y   |    1 -
 3 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 219e5a42965ab6b8a4fab956b9294b63f64057ef
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Sep 3 11:19:18 2011 -0700

    Add xext to required modules for Shape extension calls
    
    Without this, strict linkers like Solaris ld & gold would fail with:
    
    Undefined                       first referenced
     symbol                             in file
    XShapeQueryExtension                .libs/Command.o  (symbol belongs to implicit dependency libXext.so.0)
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Reviewed-by: Matthieu Herrb <matthieu.herrb at laas.fr>

commit c74b539a20f5cb7c058e6b16af68ddf7d6015a13
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Fri Sep 2 23:00:07 2011 -0700

    Use -p instead of %parser for compatibility with older bison & yacc
    
    The %name-prefix "prefix" syntax was introduced in bison 2.3b and
    is not supported in older bison and yacc parsers.
    
    Without this fix, bison 2.3 (older than 2.3b) gives the cryptic error:
    .../src/laygram.y:1.14-20: syntax error, unexpected string, expecting =
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Tested-by: Gaetan Nadon <memsize at videotron.ca>



More information about the xorg-commit mailing list