Minor change to `Makefile` to set FreeBSD paths as default. master origin/HEAD origin/master
authorAaron Taylor <ataylor@subgeniuskitty.com>
Tue, 28 Feb 2023 13:13:21 +0000 (05:13 -0800)
committerAaron Taylor <ataylor@subgeniuskitty.com>
Tue, 28 Feb 2023 13:13:21 +0000 (05:13 -0800)
Makefile

index 75e81af..ce1a10c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ LOCALINC ?= /usr/local/include
 LOCALLIB ?= /usr/local/lib
 X11INC ?= /usr/X11R6/include
 X11LIB ?= /usr/X11R6/lib
 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
 
 # OpenBSD (uncomment)
 #FREETYPEINC = ${X11INC}/freetype2