debian/changelog              |    6 +++++-
 debian/control                |    6 +++---
 debian/scripts/choose-configs |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)

New commits:
commit fe9b9fec39c00be130103a45eb9ba59afecd6b2e
Author: Brice Goglin <bgog...@debian.org>
Date:   Fri Jul 17 18:21:27 2009 +0200

    Enable i686 optimized libraries on kfreebsd-i386

diff --git a/debian/changelog b/debian/changelog
index 112451f..a0c6be0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
 mesa (7.5~rc4-2) UNRELEASED; urgency=low
 
+  [ Timo Aaltonen ]
   * Move dri.pc to mesa-common-dev (closes: #521667)
 
- -- Timo Aaltonen <tjaal...@ubuntu.com>  Mon, 29 Jun 2009 15:16:43 +0300
+  [ Brice Goglin ]
+  * Enable i686 optimized libraries on kfreebsd-i386, closes: #537345.
+
+ -- Brice Goglin <bgog...@debian.org>  Fri, 17 Jul 2009 18:19:14 +0200
 
 mesa (7.5~rc4-1) experimental; urgency=low
 
diff --git a/debian/control b/debian/control
index 83d5dfe..461a768 100644
--- a/debian/control
+++ b/debian/control
@@ -64,7 +64,7 @@ Description: A free implementation of the OpenGL API -- 
debugging symbols
 Package: libgl1-mesa-swx11-i686
 Section: libs
 Priority: extra
-Architecture: i386
+Architecture: i386 kfreebsd-i386
 Depends: libgl1-mesa-swx11 (= ${binary:Version}), ${shlibs:Depends}
 Description: Mesa OpenGL runtime [i686 optimized]
  Mesa is a 3-D graphics library with an API which is very similar to
@@ -143,7 +143,7 @@ Description: Debugging symbols for the Mesa GLX runtime
 #Package: libgl1-mesa-glx-i686
 #Section: libs
 #Priority: extra
-#Architecture: i386
+#Architecture: i386 kfreebsd-i386
 #Pre-Depends: libgl1-mesa-glx
 #Description: A free implementation of the OpenGL API -- GLX runtime [i686 
optimized]
 # This version of Mesa provides GLX and DRI capabilities: it is capable of
@@ -204,7 +204,7 @@ Description: Debugging symbols for the Mesa DRI modules
 #Package: libgl1-mesa-dri-i686
 #Section: libs
 #Priority: extra
-#Architecture: i386
+#Architecture: i386 kfreebsd-i386
 #Pre-Depends: libgl1-mesa-dri
 #Description: A free implementation of the OpenGL API -- DRI modules [i686 
optimized]
 # This version of Mesa provides GLX and DRI capabilities: it is capable of
diff --git a/debian/scripts/choose-configs b/debian/scripts/choose-configs
index 96050ec..1ad21fc 100644
--- a/debian/scripts/choose-configs
+++ b/debian/scripts/choose-configs
@@ -37,7 +37,7 @@ endif
 ##############################################################################
 ## CPU-optimized configurations ##############################################
 
-ifeq ($(DEB_BUILD_ARCH), i386)
+ifneq (,$(filter $(DEB_BUILD_ARCH), i386 kfreebsd-i386)) 
        SWX11_GLU_CONFIGS += swx11+glu-i386-i686
 #      DRI_CONFIGS += debian-dri-i386-i686
 endif


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to