1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

- Fix build with NEW_XORG

PR:		175356
Submitted by:	"O. Hartmann" <ohartman@zedat.fu-berlin.de>
Patch by:	ak
This commit is contained in:
Pietro Cerutti 2013-01-28 08:13:22 +00:00
parent bd9e44ebc2
commit 5e7a3189da
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=311101

View File

@ -0,0 +1,10 @@
Index: src/gallium/winsys/sw/dri/SConscript
@@ -4,7 +4,7 @@
Import('*')
-if env['platform'] in ('linux', 'sunos'):
+if env['platform'] in ('freebsd', 'linux', 'sunos'):
env = env.Clone()