mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
10 lines
312 B
Text
10 lines
312 B
Text
--- src/VBox/Debugger/Makefile.kmk.orig 2021-01-07 15:37:12 UTC
|
|
+++ src/VBox/Debugger/Makefile.kmk
|
|
@@ -110,6 +110,7 @@ VBoxDbg_SOURCES = \
|
|
VBoxDbgBase.cpp \
|
|
VBoxDbgConsole.cpp \
|
|
VBoxDbgStatsQt.cpp
|
|
+VBoxDbg_CXXFLAGS.freebsd += -std=c++11
|
|
VBoxDbg_LIBS = \
|
|
$(VBOX_LIB_VMM_LAZY)
|
|
VBoxDbg_LDFLAGS.darwin = \
|