[hackers] [slstatus][PATCH] components/volume: Add FreeBSD-specific code

2021-10-14 Thread Christos Margiolis
eeBSD: add -lkvm +# if >= 14.0 also -lmixer LDLIBS = -lX11 # compiler and linker -- 2.32.0 >From 7db2c6b6b9c46a1a46071673c6aa1bc845ff48e6 Mon Sep 17 00:00:00 2001 From: Christos Margiolis Date: Fri, 15 Oct 2021 02:54:11 +0300 Subject: [PATCH] components

Re: [hackers] [dwm][PATCH] config.mk: added build options for FreeBSD

2021-05-10 Thread Christos Margiolis
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 x

Re: [hackers] [dwm][PATCH] config.mk: added build options for FreeBSD

2021-05-09 Thread Christos Margiolis
Hello Hiltjo, On Sun, May 09, 2021 at 07:49:28PM +0200, Hiltjo Posthuma wrote: > I know there is an example OpenBSD comment too, but I don't want to add > FreeBSD > or any more platforms. Understood. I just thought it'd be good to have it since the OpenBSD comment doesn't work on FreeBSD. -- Ki

[hackers] [dwm][PATCH] config.mk: added build options for FreeBSD

2021-05-09 Thread Christos Margiolis
`config.mk' didn't have the appropriate `X11INC', `X11LIB', `FREETYPEINC' options for dwm to build on FreeBSD, so I added them. -- Kind regards, Christos >From afc59913952b5c38119bbcbf1aa17fe3498c8766 Mon Sep 17 00:00:00 2001 From: Christos Margiolis Date: Sun, 9 May

[hackers] [slstatus][PATCH] Fixed bugs in FreeBSD's ram_* functions. Added appropriate FreeBSD config.mk options. Coding style fixes across all files.

2021-05-08 Thread Christos Margiolis
iate `X11INC' and `X11LIB' values to build on FreeBSD, so I added them (commented out by default). I also fixed the coding style across all files to match https://suckless.org/coding_style/ -- Kind regards, Christos >From a1b363ffac89a73060f1fe693ceb921b9c8311fe Mon Sep 17 00:00:00 200