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:
parent
bd9e44ebc2
commit
5e7a3189da
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=311101
10
graphics/libosmesa/files/patch-ws_dri.txt
Normal file
10
graphics/libosmesa/files/patch-ws_dri.txt
Normal 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()
|
||||
|
Loading…
Reference in New Issue
Block a user