libx11 1.1.5: the old "floating point exeception" problem has arrived again, bump...
authorKoen Kooi <koen@openembedded.org>
Wed, 27 May 2009 19:21:23 +0000 (21:21 +0200)
committerKoen Kooi <koen@openembedded.org>
Wed, 27 May 2009 19:21:23 +0000 (21:21 +0200)
recipes/xorg-lib/libx11_1.1.5.bb

index a22b7a0..31b42eb 100644 (file)
@@ -5,7 +5,7 @@ DEPENDS += "bigreqsproto xproto xextproto xtrans libxau xcmiscproto \
             libxdmcp xf86bigfontproto kbproto inputproto xproto-native"
 PROVIDES = "virtual/libx11"
 PE = "1"
-PR = "r3"
+PR = "r4"
 
 XORG_PN = "libX11"
 
@@ -19,6 +19,7 @@ do_compile() {
                unset CC LD CXX CCLD CFLAGS CPPFLAGS LDFLAGS CXXFLAGS
                cd src/util; 
                mv makekeys.c.orig makekeys.c || true
+               sed -i -e 's:MIN_REHASH 15:MIN_REHASH 16:g' makekeys.c
                touch makekeys-makekeys.o ; ${BUILD_CC} ${BUILD_CFLAGS} -I${STAGING_INCDIR_NATIVE} makekeys.c -o makekeys
                # mv to stop it getting rebuilt
                mv makekeys.c makekeys.c.orig