svn commit: r383751 - head/emulators/wine-compholio/files
Gerald Pfeifer
gerald at FreeBSD.org
Fri Apr 10 19:24:49 UTC 2015
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
More information about the svn-ports-head
mailing list