Changeset 47074 in vbox for trunk/src/VBox
- Timestamp:
- Jul 10, 2013 12:28:15 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 87124
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/vboxvideo/Makefile.kmk
r46226 r47074 134 134 vboxvideo_drv_70_DEFS = $(vboxvideo_70_DEFS) XORG_VERSION_CURRENT=700000000 135 135 ifeq ($(KBUILD_TARGET),solaris) # don't use .solaris or anything here. 136 vboxvideo_drv_70_CFLAGS += -D_XPG6 # Until we have moved the C++ bits into a library136 vboxvideo_drv_70_CFLAGS += -D_XPG6 -Wno-shadow # Use XPG6 until we have moved the C++ bits into a library. 137 137 endif 138 138 vboxvideo_drv_70_INCS = \
Note:
See TracChangeset
for help on using the changeset viewer.