debian/changelog | 6 +++++- debian/patches/06_kfreebsd-ftbfs.diff | 16 ++++++++++++++++ debian/patches/series | 1 + 3 files changed, 22 insertions(+), 1 deletion(-)
New commits: commit d7b9a6c9ef2c825f8c1e94fcbbaa053ae4cf813e Author: Brice Goglin <[email protected]> Date: Mon Apr 20 12:34:07 2009 +0200 Add patch by Aurelien Jarno to fix FTBPS on kfreebsd-i386 diff --git a/debian/changelog b/debian/changelog index dbdfe0f..1d8e94f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ mesa (7.4-3) UNRELEASED; urgency=low + [ Julien Cristau ] * Make libgl1-mesa-dev and mesa-common-dev 'Architecture: any'. This gets rid of uninstallability when a new upstream version isn't built on all architectures, and allows us to ship potentially arch-specific .pc files. @@ -14,7 +15,10 @@ mesa (7.4-3) UNRELEASED; urgency=low incompatibilities. * Add patch by Samuel Thibault to fix FTBFS on hurd-i386. - -- Julien Cristau <[email protected]> Wed, 15 Apr 2009 19:25:50 +0200 + [ Brice Goglin ] + * Add patch by Aurelien Jarno to fix FTBFS on kfreebsd-i386, closes: #524690. + + -- Brice Goglin <[email protected]> Mon, 20 Apr 2009 12:33:45 +0200 mesa (7.4-2) unstable; urgency=low diff --git a/debian/patches/06_kfreebsd-ftbfs.diff b/debian/patches/06_kfreebsd-ftbfs.diff new file mode 100644 index 0000000..ee78b28 --- /dev/null +++ b/debian/patches/06_kfreebsd-ftbfs.diff @@ -0,0 +1,16 @@ +From: Aurelien Jarno <[email protected]> + +mesa fails to build on GNU/kFreeBSD, since some parts are not enabled. + +http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=524690 + +--- mesa-7.4.orig/configure.ac ++++ mesa-7.4/configure.ac +@@ -680,7 +680,7 @@ + ;; + esac + ;; +- freebsd* | dragonfly*) ++ freebsd* | dragonfly* | kfreebsd*-gnu*) + DEFINES="$DEFINES -DPTHREADS -DUSE_EXTERNAL_DXTN_LIB=1" + DEFINES="$DEFINES -DIN_DRI_DRIVER -DHAVE_ALIAS" diff --git a/debian/patches/series b/debian/patches/series index 807b350..1f29aca 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -2,3 +2,4 @@ 03_optional-progs-and-install.patch 04_osmesa_version.diff 05_hurd-ftbfs.diff +06_kfreebsd-ftbfs.diff -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

