From e6359d8f3c971fb3343d6cd2e9bdc346913b5e29 Mon Sep 17 00:00:00 2001 From: Aaron Taylor Date: Tue, 28 Feb 2023 05:13:21 -0800 Subject: [PATCH] Minor change to `Makefile` to set FreeBSD paths as default. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 75e81af..ce1a10c 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ LOCALINC ?= /usr/local/include LOCALLIB ?= /usr/local/lib X11INC ?= /usr/X11R6/include X11LIB ?= /usr/X11R6/lib -FREETYPEINC ?= /usr/include/freetype2 +FREETYPEINC ?= /usr/local/include/freetype2 # OpenBSD (uncomment) #FREETYPEINC = ${X11INC}/freetype2 -- 2.20.1