Verified, this works! Thanks. /David
On Fri, 19 Apr 2013, Gregor Best wrote:
I'm on OpenBSD -current at the moment and the latest git HEAD of st compiles with the following patch: diff --git a/config.mk b/config.mk index 88355c7..f1a24d7 100644 --- a/config.mk +++ b/config.mk @@ -26,3 +26,4 @@ LDFLAGS += -g ${LIBS} # compiler and linker CC ?= cc +CFLAGS += -I/usr/X11R6/include/freetype2 There are a few warnings here and there but nothing grave. -- Gregor Best