mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
18 lines
446 B
Plaintext
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
|