Greetings. On Fri, 19 Apr 2013 21:07:57 +0200 Gregor Best <g...@ring0.de> 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.
Doesn’t your patch imply that pkg-config --cflags freetype2 on OpenBSD is flawed and should be fixed? I won’t apply such a fix to st, that’s a problem pkg‐config has to solve. Sincerely, Christoph Lohmann