[Mesa-dev] [PATCH] configure.ac: add OpenBSD
Jonathan Gray
jsg at jsg.id.au
Wed Jul 17 21:36:18 PDT 2013
On Wed, Jul 17, 2013 at 09:26:34PM -0700, Vinson Lee wrote:
> On Wed, Jun 26, 2013 at 12:11 AM, Jonathan Gray <jsg at jsg.id.au> wrote:
> > Signed-off-by: Jonathan Gray <jsg at jsg.id.au>
> > ---
> > configure.ac | 6 +++---
> > 1 file changed, 3 insertions(+), 3 deletions(-)
> >
> > diff --git configure.ac configure.ac
> > index 6832b0d..6a817d0 100644
> > --- configure.ac
> > +++ configure.ac
> > @@ -449,7 +449,7 @@ if test "x$enable_asm" = xyes; then
> > case "$host_cpu" in
> > i?86)
> > case "$host_os" in
> > - linux* | *freebsd* | dragonfly* | *netbsd*)
> > + linux* | *freebsd* | dragonfly* | *netbsd* | openbsd*)
> > test "x$enable_64bit" = xyes && asm_arch=x86_64 || asm_arch=x86
> > ;;
> > gnu*)
> > @@ -459,7 +459,7 @@ if test "x$enable_asm" = xyes; then
> > ;;
> > x86_64)
> > case "$host_os" in
> > - linux* | *freebsd* | dragonfly* | *netbsd*)
> > + linux* | *freebsd* | dragonfly* | *netbsd* | openbsd*)
> > test "x$enable_32bit" = xyes && asm_arch=x86 || asm_arch=x86_64
> > ;;
> > esac
> > @@ -985,7 +985,7 @@ if test "x$enable_dri" = xyes; then
> > ;;
> > esac
> > ;;
> > - freebsd* | dragonfly* | *netbsd*)
> > + freebsd* | dragonfly* | *netbsd* | openbsd*)
> > DEFINES="$DEFINES -DHAVE_PTHREAD -DUSE_EXTERNAL_DXTN_LIB=1"
> > DEFINES="$DEFINES -DHAVE_ALIAS"
> >
> > --
> > 1.8.3.1
> >
> > _______________________________________________
> > mesa-dev mailing list
> > mesa-dev at lists.freedesktop.org
> > http://lists.freedesktop.org/mailman/listinfo/mesa-dev
>
>
> Patch applied to master.
Thanks, could you take a look at some of the other configure.ac patches as well?
http://marc.info/?l=mesa3d-dev&m=137172335614808&w=2
http://marc.info/?l=mesa3d-dev&m=137225132130064&w=2
More information about the mesa-dev
mailing list