From c16198229747283628ec3b5caf3b3cd95aac29dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Gon=C3=A7alves?= Date: Sat, 20 Nov 2021 17:58:19 +0100 Subject: Makefile: Override freetype path for OpenBSD The freetype path is not hardcoded and automatically changed depending on the current platform (Linux, BSD, .*) --- config.openbsd.mk | 1 + 1 file changed, 1 insertion(+) create mode 100644 config.openbsd.mk (limited to 'config.openbsd.mk') diff --git a/config.openbsd.mk b/config.openbsd.mk new file mode 100644 index 0000000..53c757e --- /dev/null +++ b/config.openbsd.mk @@ -0,0 +1 @@ +FREETYPEINC = ${X11INC}/freetype2 -- cgit v1.2.3