Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Apr 2015 19:24:49 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r383751 - head/emulators/wine-compholio/files
Message-ID:  <201504101924.t3AJOnCO077134@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Fri Apr 10 19:24:48 2015
New Revision: 383751
URL: https://svnweb.freebsd.org/changeset/ports/383751

Log:
  Unbreak the build.  This patch is slightly different than one that
  got applied upstream earlier today, but equivalent.  With the next
  release we'll be able to simply remove it.

Added:
  head/emulators/wine-compholio/files/
  head/emulators/wine-compholio/files/patch-scheduler   (contents, props changed)

Added: head/emulators/wine-compholio/files/patch-scheduler
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/emulators/wine-compholio/files/patch-scheduler	Fri Apr 10 19:24:48 2015	(r383751)
@@ -0,0 +1,11 @@
+--- server/scheduler.c.orig	2015-04-07 15:41:01.192653000 +0000
++++ server/scheduler.c	2015-04-10 08:46:02.407706000 +0000
+@@ -159,4 +159,8 @@
+ {
+ }
+ 
++void set_scheduler_priority( struct thread *thread )
++{
++}
++
+ #endif



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