14 lines
453 B
Text
14 lines
453 B
Text
--- 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)\"
|
|
|
|
#
|
|
+# 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
|