ports/emulators/virtualbox-ose/files/patch-src_VBox_Debugger_Makefile.kmk
Jung-uk Kim bdb7ceb93b - Work around build failures with Clang 3.4.
- Fix build without WEBSERVICE option. [1]

PR:		223201 [1]
2017-10-25 00:15:32 +00:00

10 lines
312 B
Text

--- src/VBox/Debugger/Makefile.kmk.orig 2017-10-18 07:09:03 UTC
+++ src/VBox/Debugger/Makefile.kmk
@@ -109,6 +109,7 @@ VBoxDbg_SOURCES = \
VBoxDbgBase.cpp \
VBoxDbgConsole.cpp \
VBoxDbgStatsQt.cpp
+VBoxDbg_CXXFLAGS.freebsd += -std=c++11
VBoxDbg_LIBS = \
$(VBOX_LIB_VMM_LAZY)
VBoxDbg_LDFLAGS.darwin = \