diff options
Diffstat (limited to 'emulators/virtualbox-ose/files/extrapatch-src-VBox-Additions-x11-vboxvideo-Makefile.kmk')
-rw-r--r-- | emulators/virtualbox-ose/files/extrapatch-src-VBox-Additions-x11-vboxvideo-Makefile.kmk | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/emulators/virtualbox-ose/files/extrapatch-src-VBox-Additions-x11-vboxvideo-Makefile.kmk b/emulators/virtualbox-ose/files/extrapatch-src-VBox-Additions-x11-vboxvideo-Makefile.kmk deleted file mode 100644 index 19ff811f7b97..000000000000 --- a/emulators/virtualbox-ose/files/extrapatch-src-VBox-Additions-x11-vboxvideo-Makefile.kmk +++ /dev/null @@ -1,12 +0,0 @@ ---- src/VBox/Additions/x11/vboxvideo/Makefile.kmk.orig 2016-01-19 19:14:53 UTC -+++ src/VBox/Additions/x11/vboxvideo/Makefile.kmk -@@ -20,6 +20,9 @@ include $(KBUILD_PATH)/subheader.kmk - - vboxvideo_70_DEFS := \ - IN_MODULE XORG_7X RENDER=1 IN_RT_STATIC X_BYTE_ORDER=X_LITTLE_ENDIAN -+ifeq ($(KBUILD_TARGET),freebsd) # don't use .freebsd or anything here. -+ vboxvideo_70_DEFS += GCCUSESGAS -+endif - ifeq ($(KBUILD_TARGET),solaris) # don't use .solaris or anything here. - vboxvideo_70_DEFS += __EXTENSIONS__ ## @todo Why this? - endif |