1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/x11-wm/aewm/files/patch-Makefile
2001-01-07 21:52:37 +00:00

18 lines
446 B
Plaintext

--- Makefile.orig Mon Jan 1 21:43:57 2001
+++ Makefile Sun Jan 7 13:40:03 2001
@@ -25,12 +25,11 @@
# This should be set to the location of the X installation you want to
# compile against.
-XROOT = /usr/X11R6
+XROOT = $(X11BASE)
# --------------------------------------------------------------------
-CC = gcc
-CFLAGS = -g -O2 -Wall
+CC ?= gcc
BINDIR = $(DESTDIR)$(XROOT)/bin
MANDIR = $(DESTDIR)$(XROOT)/man/man1