$FreeBSD: ports/x11-wm/evilwm/files/patch-Makefile,v 1.1 2003/10/24 05:17:43 trevor Exp $

--- Makefile.orig	Wed Oct 15 11:48:23 2003
+++ Makefile	Fri Oct 24 04:51:32 2003
@@ -1,5 +1,5 @@
 # If you don't use CC 
-CC       = gcc
+CC?       = gcc
 
 # Edit this line if you don't want evilwm to install under /usr.
 # Note that $(DESTDIR) is used by the Debian build process.
@@ -26,7 +26,7 @@
 
 # To support virtual desktops, uncomment one or both of the following 2 lines.
 DEFINES += -DVWM
-#DEFINES += -DVDESK
+DEFINES += -DVDESK
 # VWM enables the built-in virtual desktop code and VDESK allows the use
 # of the extern pager program "vdesk".
 #
