diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2014-09-17 09:26:25 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2014-09-17 09:26:25 +0000 |
commit | 1a9f6e6f13b00ae8a43420cf85ea21c429183827 (patch) | |
tree | 4823357e46b2afc12f5ee827987065a665596fcc /emulators/virtualbox-ose/files/patch-src-VBox-HostDrivers-Support-freebsd-Makefile | |
parent | sysutils/rubygem-facter: update 2.1.0 -> 2.2.0 (diff) |
- Update to 4.3.16
Submitted by: Mikhail Tsatsenko <m.tsatsenko@gmail.com>,
Jung-uk Kim <jkim@FreeBSD.org>
Obtained from: svn.redports.org/virtualbox
Diffstat (limited to 'emulators/virtualbox-ose/files/patch-src-VBox-HostDrivers-Support-freebsd-Makefile')
-rw-r--r-- | emulators/virtualbox-ose/files/patch-src-VBox-HostDrivers-Support-freebsd-Makefile | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/emulators/virtualbox-ose/files/patch-src-VBox-HostDrivers-Support-freebsd-Makefile b/emulators/virtualbox-ose/files/patch-src-VBox-HostDrivers-Support-freebsd-Makefile index 56fa83e858e0..6cbc6e1b2193 100644 --- a/emulators/virtualbox-ose/files/patch-src-VBox-HostDrivers-Support-freebsd-Makefile +++ b/emulators/virtualbox-ose/files/patch-src-VBox-HostDrivers-Support-freebsd-Makefile @@ -1,6 +1,14 @@ ---- src/VBox/HostDrivers/Support/freebsd/Makefile.orig 2013-10-17 00:51:57.724397794 +0400 -+++ src/VBox/HostDrivers/Support/freebsd/Makefile 2013-10-17 00:52:05.491398026 +0400 -@@ -170,6 +170,7 @@ +--- src/VBox/HostDrivers/Support/freebsd/Makefile.orig 2014-09-09 23:54:29.000000000 +0400 ++++ src/VBox/HostDrivers/Support/freebsd/Makefile 2014-09-15 02:58:19.712268153 +0400 +@@ -81,6 +81,7 @@ + handletable.c \ + handletablectx.c \ + once.c \ ++ term.c \ + thread.c + + .PATH: ${.CURDIR}/common/string +@@ -170,6 +171,7 @@ SRCS += \ semspinmutex-r0drv-generic.c \ mpnotification-r0drv-generic.c \ |