From f266874abda2a287a8d20b2f0810f4b5ed25cff2 Mon Sep 17 00:00:00 2001 From: speedie Date: Sun, 22 Jan 2023 11:51:45 +0100 Subject: [PATCH] macOS lines you can uncomment if you want --- host.mk | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/host.mk b/host.mk index 79f50c4..5758102 100644 --- a/host.mk +++ b/host.mk @@ -31,6 +31,11 @@ XRENDERLIBS = -lXrender # OpenBSD (uncomment) #FREETYPEINC = $(X11INC)/freetype2 +# macOS with XQuartz (uncomment) +#FREETYPEINC = /usr/local/include/freetype2 +#X11INC = /opt/X11/include +#X11LIB = /opt/X11/lib + CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -DVERSION=\"$(VERSION)\" $(XINERAMAFLAGS) CFLAGS = -std=c99 -pedantic -Wall -Ofast $(INCS) $(CPPFLAGS) LDFLAGS = $(LIBS)