1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/x11-wm/evilwm/files/patch-Makefile
Trevor Johnson 2b425629cb Update to 0.99.17. Respect CC. Enable support for vdesk (which
see) along with the internal pager because the author no longer
warns against doing so.
2003-10-24 05:17:43 +00:00

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".
#