3
0
Fork 0
forked from mirrors/nixpkgs

enable freebsd for mesa

svn path=/nixpkgs/trunk/; revision=17733
This commit is contained in:
Rob Vermaas 2009-10-09 13:57:20 +00:00
parent 895520c5e1
commit 67bf96d424

View file

@ -1,6 +1,6 @@
{stdenv, fetchurl, pkgconfig, x11, xlibs, libdrm, expat}:
if stdenv.system != "i686-linux" && stdenv.system != "x86_64-linux" && stdenv.system != "i686-darwin" then
if stdenv.system != "i686-linux" && stdenv.system != "x86_64-linux" && stdenv.system != "i686-darwin" && stdenv.system != "i686-freebsd" then
throw "unsupported platform for Mesa"
else