1. this is a completely different patch from that one; 2. A version of this patch has been in Debian packaging since May 2009 (as seen in the bug link).
Corbin Simpson <mostawesomed...@gmail.com> wrote: > I didn't ack the earlier version of the patch because it had no testers. Has > this been tested? > > Posting from a mobile, pardon my terseness. ~ C. > > On Jul 18, 2010 8:48 AM, "nobled" <nob...@dreamwidth.org> wrote: > > All the other OS tests for FreeBSD use the form '*freebsd*', > except for this line. This fixes the build on kFreeBSD/GNU. > > Based on the patch 06_kfreebsd-ftbfs.diff by Aurelien Jarno: > http://bugs.debian.org/524690 > > NOTE: This is a candidate for the 7.8 branch. > --- > configure.ac | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/configure.ac b/configure.ac > index 9619597..d6d37d2 100644 > --- a/configure.ac > +++ b/configure.ac > @@ -800,7 +800,7 @@ if test "$mesa_driver" = dri; then > ;; > esac > ;; > - freebsd* | dragonfly*) > + *freebsd* | dragonfly*) > DEFINES="$DEFINES -DPTHREADS -DUSE_EXTERNAL_DXTN_LIB=1" > DEFINES="$DEFINES -DIN_DRI_DRIVER -DHAVE_ALIAS" > DEFINES="$DEFINES -DGLX_INDIRECT_RENDERING" > -- > 1.5.4.3 > _______________________________________________ > mesa-dev mailing list > mesa-dev@lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/mesa-dev > _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev