diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2016-10-23 19:32:53 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2016-10-23 19:32:53 +0000 |
commit | 01ac95e1883f36f391faf9f4876f2b4031396e91 (patch) | |
tree | 22ff1f8ab898c18f144b3fe7bbd0e16a3999150f /emulators/virtualbox-ose/files/patch-Config.kmk | |
parent | mail/offlineimap: update 6.5.7 -> 7.0.8 (diff) |
Update to 5.1.8.
PR: 213683
Differential Revision: https://reviews.freebsd.org/D8292
Notes
Notes:
svn path=/head/; revision=424537
Diffstat (limited to 'emulators/virtualbox-ose/files/patch-Config.kmk')
-rw-r--r-- | emulators/virtualbox-ose/files/patch-Config.kmk | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/emulators/virtualbox-ose/files/patch-Config.kmk b/emulators/virtualbox-ose/files/patch-Config.kmk index cf2280c3b434..772760609e9f 100644 --- a/emulators/virtualbox-ose/files/patch-Config.kmk +++ b/emulators/virtualbox-ose/files/patch-Config.kmk @@ -75,15 +75,6 @@ VBOX_WITH_DOCS= VBOX_WITH_DOCS_PACKING= endif -@@ -2562,7 +2558,7 @@ $(PATH_OUT)/DynamicConfig.kmk: \ - $(QUIET)$(APPEND) '$@' 'VBOX_GCC_Wno-delete-non-virtual-dtor ?= $(call VBOX_GCC_CHECK_CXX,-Wno-delete-non-virtual-dtor,)' - $(QUIET)$(APPEND) '$@' 'VBOX_GCC_Wno-int-to-pointer-cast ?= $(call VBOX_GCC_CHECK_CC,-Wno-int-to-pointer-cast,)' - $(QUIET)$(APPEND) '$@' 'VBOX_GCC_Wno-invalid-offsetof ?= $(call VBOX_GCC_CHECK_CXX,-Wno-invalid-offsetof,)' --if $(KBUILD_TARGET) != "darwin" || !defined(VBOX_WITH_NEW_XCODE) ## @todo somthing goes entirely sideways with the detection. clang doesn't know the option, but only complains when we use it in webservices/Makefile.kmk! -+if ($(KBUILD_TARGET) != "darwin" || !defined(VBOX_WITH_NEW_XCODE)) && $(KBUILD_TARGET) != "freebsd" ## @todo somthing goes entirely sideways with the detection. clang doesn't know the option, but only complains when we use it in webservices/Makefile.kmk! - $(QUIET)$(APPEND) '$@' 'VBOX_GCC_Wno-literal-suffix ?= $(call VBOX_GCC_CHECK_CXX,-Wno-literal-suffix,)' - else - $(QUIET)$(APPEND) '$@' 'VBOX_GCC_Wno-literal-suffix ?=' @@ -4247,7 +4243,7 @@ TEMPLATE_VBOXR0DRV_CFLAGS = -O2 -ffreestanding -fno-strict-aliasing -fno-common -finline-limit=8000 \ $(VBOX_GCC_fno-stack-protector) $(VBOX_GCC_R0_OPT) $(VBOX_GCC_R0_FP) \ |