Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Jan 2013 08:13:22 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r311101 - head/graphics/libosmesa/files
Message-ID:  <201301280813.r0S8DMuj086986@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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()
+ 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301280813.r0S8DMuj086986>