svn commit: r311101 - head/graphics/libosmesa/files

Pietro Cerutti gahr at FreeBSD.org
Mon Jan 28 08:13:23 UTC 2013


Author: gahr
Date: Mon Jan 28 08:13:22 2013
New Revision: 311101
URL: http://svnweb.freebsd.org/changeset/ports/311101

Log:
  - Fix build with NEW_XORG
  
  PR:		175356
  Submitted by:	"O. Hartmann" <ohartman at zedat.fu-berlin.de>
  Patch by:	ak

Added:
  head/graphics/libosmesa/files/patch-ws_dri.txt   (contents, props changed)

Added: head/graphics/libosmesa/files/patch-ws_dri.txt
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/libosmesa/files/patch-ws_dri.txt	Mon Jan 28 08:13:22 2013	(r311101)
@@ -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()
+ 


More information about the svn-ports-all mailing list