diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2014-03-04 00:45:37 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2014-03-04 00:45:37 +0000 |
commit | 71b986b697eb47831633a5989d1ba733991d89f7 (patch) | |
tree | 53bb6028fa45eb6699198f10d447206ea4b8abe2 /emulators/virtualbox-ose-additions/files/patch-src-VBox-Runtime-Makefile.kmk | |
parent | Update to istatd 0.5.8 with the following changes (diff) |
Update to 4.3.8.
Obtained from: svn.redports.org/virtualbox
Diffstat (limited to 'emulators/virtualbox-ose-additions/files/patch-src-VBox-Runtime-Makefile.kmk')
-rw-r--r-- | emulators/virtualbox-ose-additions/files/patch-src-VBox-Runtime-Makefile.kmk | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/emulators/virtualbox-ose-additions/files/patch-src-VBox-Runtime-Makefile.kmk b/emulators/virtualbox-ose-additions/files/patch-src-VBox-Runtime-Makefile.kmk deleted file mode 100644 index 4da15d3e545a..000000000000 --- a/emulators/virtualbox-ose-additions/files/patch-src-VBox-Runtime-Makefile.kmk +++ /dev/null @@ -1,14 +0,0 @@ ---- src/VBox/Runtime/Makefile.kmk.orig 2013-12-18 11:10:31.000000000 -0500 -+++ src/VBox/Runtime/Makefile.kmk 2014-02-20 18:14:28.000000000 -0500 -@@ -157,6 +157,11 @@ - IPRT_BLDCFG_TYPE=\"$(KBUILD_TYPE)\" - - # -+# Set the defines that utf8-posix.cpp needs. It's used by several targets. -+# -+r3/posix/utf8-posix.cpp_DEFS.freebsd = $(VBOX_ICONV_DEFS) -+ -+# - # Unicode Specification reader used to regenerate unidata.cpp. - # - uniread_TEMPLATE = VBOXBLDPROG |