瀏覽代碼

configure.ac: fix build on GNU/kFreeBSD

Based on existing patch from Debian package.

Debian bug: http://bugs.debian.org/524690

Reviewed-by: Andreas Boll <andreas.boll.dev@gmail.com>
tags/mesa-10.1-devel
Fabio Pedretti 11 年之前
父節點
當前提交
4f4da81dc8
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      configure.ac

+ 1
- 1
configure.ac 查看文件

@@ -970,7 +970,7 @@ if test "x$enable_dri" = xyes; then
;;
esac
;;
freebsd* | dragonfly* | *netbsd* | openbsd*)
*freebsd* | dragonfly* | *netbsd* | openbsd*)
DEFINES="$DEFINES -DHAVE_PTHREAD -DUSE_EXTERNAL_DXTN_LIB=1"
DEFINES="$DEFINES -DHAVE_ALIAS"


Loading…
取消
儲存