diff options
Diffstat (limited to 'emulators/virtualbox-ose/files/patch-src-VBox-Runtime-Makefile.kmk')
-rw-r--r-- | emulators/virtualbox-ose/files/patch-src-VBox-Runtime-Makefile.kmk | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/emulators/virtualbox-ose/files/patch-src-VBox-Runtime-Makefile.kmk b/emulators/virtualbox-ose/files/patch-src-VBox-Runtime-Makefile.kmk index 255f2563dda1..986b4b9c3cce 100644 --- a/emulators/virtualbox-ose/files/patch-src-VBox-Runtime-Makefile.kmk +++ b/emulators/virtualbox-ose/files/patch-src-VBox-Runtime-Makefile.kmk @@ -1,6 +1,6 @@ ---- src/VBox/Runtime/Makefile.kmk.orig 2013-12-18 11:10:31.000000000 -0500 -+++ src/VBox/Runtime/Makefile.kmk 2014-02-21 13:45:17.000000000 -0500 -@@ -157,6 +157,11 @@ +--- src/VBox/Runtime/Makefile.kmk.orig 2014-07-15 13:25:15.000000000 -0400 ++++ src/VBox/Runtime/Makefile.kmk 2014-07-16 17:15:58.000000000 -0400 +@@ -146,6 +146,11 @@ IPRT_BLDCFG_TYPE=\"$(KBUILD_TYPE)\" # @@ -9,10 +9,10 @@ +r3/posix/utf8-posix.cpp_DEFS.freebsd = $(VBOX_ICONV_DEFS) + +# - # Unicode Specification reader used to regenerate unidata.cpp. + # Unicode Specification reader used to regenerate unidata-*.cpp. # - uniread_TEMPLATE = VBOXBLDPROG -@@ -906,7 +911,7 @@ + uniread_TEMPLATE = VBoxBldProg +@@ -1004,7 +1009,7 @@ r3/posix/RTMemProtect-posix.cpp \ r3/posix/RTPathUserHome-posix.cpp \ r3/posix/RTSystemQueryOSInfo-posix.cpp \ |