From 3ae9d558b14cb0e8c93d45a377321e2a681ef25a Mon Sep 17 00:00:00 2001 From: Larry Masinter Date: Wed, 10 Feb 2021 13:36:05 -0800 Subject: [PATCH] fix the darwin.arm64 to use xquartz config (#342) --- bin/makefile-darwin.aarch64-x | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/makefile-darwin.aarch64-x b/bin/makefile-darwin.aarch64-x index c50ab2a..a92219f 100644 --- a/bin/makefile-darwin.aarch64-x +++ b/bin/makefile-darwin.aarch64-x @@ -13,15 +13,15 @@ XFILES = $(OBJECTDIR)xmkicon.o \ $(OBJECTDIR)xwinman.o -XFLAGS = -I/opt/local/include -DXWINDOW +XFLAGS = -I/opt/X11/include -DXWINDOW # OPTFLAGS is normally -O2. -OPTFLAGS = -O1 -g +OPTFLAGS = -O2 DEBUGFLAGS = # -DDEBUG -DOPTRACE DFLAGS = $(DEBUGFLAGS) $(XFLAGS) -DRELEASE=351 -LDFLAGS = -L/opt/local/lib -lX11 -lm -LDELDFLAGS = -L/opt/local/lib -lX11 -lm +LDFLAGS = -L/opt/X11/lib -lX11 -lm +LDELDFLAGS = -L/opt/X11/lib -lX11 -lm OBJECTDIR = ../$(RELEASENAME)/