mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
2b425629cb
see) along with the internal pager because the author no longer warns against doing so.
21 lines
570 B
Plaintext
21 lines
570 B
Plaintext
$FreeBSD$
|
|
|
|
--- 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".
|
|
#
|