diff options
author | 2011-07-19 22:28:45 +0000 | |
---|---|---|
committer | 2011-07-19 22:28:45 +0000 | |
commit | 913270afc840be97e0567d0f40ae7b9fe90f23a6 (patch) | |
tree | 485d1a0bf5ad1d4ab9e02bb5ab8cb3b91b40dd93 /app-emulation/virtualbox-guest-additions/files/vboxguest-4.1.0-log-use-c99.patch | |
parent | Added 4.1 version branch (diff) | |
download | gentoo-2-913270afc840be97e0567d0f40ae7b9fe90f23a6.tar.gz gentoo-2-913270afc840be97e0567d0f40ae7b9fe90f23a6.tar.bz2 gentoo-2-913270afc840be97e0567d0f40ae7b9fe90f23a6.zip |
Added 4.1 version branch
(Portage version: 2.2.0_alpha45/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/virtualbox-guest-additions/files/vboxguest-4.1.0-log-use-c99.patch')
-rw-r--r-- | app-emulation/virtualbox-guest-additions/files/vboxguest-4.1.0-log-use-c99.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/app-emulation/virtualbox-guest-additions/files/vboxguest-4.1.0-log-use-c99.patch b/app-emulation/virtualbox-guest-additions/files/vboxguest-4.1.0-log-use-c99.patch new file mode 100644 index 000000000000..f3a738fa15a1 --- /dev/null +++ b/app-emulation/virtualbox-guest-additions/files/vboxguest-4.1.0-log-use-c99.patch @@ -0,0 +1,13 @@ +# https://bugs.gentoo.org/298988 + +--- vboxguest/Makefile ++++ vboxguest/Makefile +@@ -104,7 +104,7 @@ + + MOD_DEFS = -DVBOX -DRT_OS_LINUX -DIN_RING0 -DIN_RT_R0 -DIN_GUEST \ + -DIN_GUEST_R0 -DIN_MODULE -DRT_WITH_VBOX -DVBGL_VBOXGUEST \ +- -DVBOX_WITH_HGCM ++ -DVBOX_WITH_HGCM -DLOG_USE_C99 + ifeq ($(BUILD_TARGET_ARCH),amd64) + MOD_DEFS += -DRT_ARCH_AMD64 + else |