Re: [hackers] [dwm][PATCH] config.mk: added build options for FreeBSD
Hello Steve,
On Sun, May 09, 2021 at 10:31:49PM -0400, Steve Ward wrote:
> Do these commands give the desired output on FreeBSD?
> `pkg-config --cflags x11`
> `pkg-config --libs x11`
I guess it's right, althought I'm not sure about `pthread`,
so I'm posting it here too:
$ pkg-config --cflags x11
-I/usr/local/include -D_THREAD_SAFE -pthread
$ pkg-config --libs x11
-L/usr/local/lib -lX11
Received on Mon May 10 2021 - 11:30:52 CEST
This archive was generated by hypermail 2.3.0
: Mon May 10 2021 - 11:36:38 CEST