Sophie

Sophie

distrib > Mandriva > 2009.1 > x86_64 > media > main-release-src > by-pkgid > a183eef6dce293c1b805c691d7242790 > files > 6

libxaw-1.0.5-3mdv2009.1.src.rpm

From 9f40ec93a29d0b704d5205d6556b89dd08d01464 Mon Sep 17 00:00:00 2001
From: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
Date: Tue, 10 Feb 2009 04:41:35 -0200
Subject: [PATCH 2/2] Disable build of xaw6 by default.

  libXaw.so.6 kept being built for compatibility reasons, so that
applications would not need to be recompiled. As long as applications
are recompiled, xaw7 should be fully functional, and actually, as
long as the application compiled with older headers doesn't know too
much about widget internals (and still, offsets match) it should be
fully compatible.

  Binary backward compatibility to avoid recompiling applications
has been carried long enough.

Signed-off-by: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
---
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 3927025..11e1ffc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -62,7 +62,7 @@ AM_CONDITIONAL(PLATFORM_DARWIN, test "x$platform_darwin" = "xyes")
 
 AC_ARG_ENABLE(xaw6, AC_HELP_STRING([--disable-xaw6],
 				[Disable building of libXaw.so.6]),
-			[build_v6=$enableval], [build_v6=yes])
+			[build_v6=$enableval], [build_v6=no])
 
 if test "x$build_v6" = xyes; then
    PKG_CHECK_MODULES(XAW6, xproto x11 xext xextproto xt xmu)
-- 
1.6.1.2