diff -r f9b973ecc909 -r 24ca414edbff open-src/driver/xf86-video-vmware/Makefile --- a/open-src/driver/xf86-video-vmware/Makefile Thu May 14 20:00:54 2009 -0700 +++ b/open-src/driver/xf86-video-vmware/Makefile Fri May 15 09:36:46 2009 -0700 @@ -2,7 +2,7 @@ # # xf86-video-vmware Makefile # -# Copyright 2008 Sun Microsystems, Inc. All rights reserved. +# Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use subject to license terms. # # Permission is hereby granted, free of charge, to any person obtaining a @@ -30,14 +30,14 @@ # or other dealings in this Software without prior written authorization # of the copyright holder. # -# @(#)Makefile 1.10 09/01/10 +# @(#)Makefile 1.11 09/05/15 # # Package name used in tarballs MODULE_NAME=xf86-video-vmware # Version number (used in path names) -MODULE_VERSION=10.16.5 +MODULE_VERSION=10.16.6 # Patches to apply to source after unpacking, in order SOURCE_PATCHES = 6370961.patch @@ -47,6 +47,10 @@ SUN_PACKAGE=SUNWxorg-graphics-ddx MODULE_STABILITY=Volatile +# vmwarevideo code won't build with Sun compiler +MODULE_COMPILER=gcc +MODULE_COMPILER_SET=yes + # Libraries/modules to link with MODULE_LD_OPTIONS= \ -L$(PROTODIR)$(X11_SERVERMODS_DIR)$(SERVERMOD_subdir) \