X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=Makefile;h=904b3d037f3e380f0a60beb891d85d91f7cab751;hb=5c9d12befa760e8c7790219f79de837feb5d8ff0;hp=c5427b9995b473780afc5ed077c095efdfa8d515;hpb=78c0a53c45428a9671c2d0c38dc5483f66465bf2;p=i3%2Fi3status diff --git a/Makefile b/Makefile index c5427b9..904b3d0 100644 --- a/Makefile +++ b/Makefile @@ -85,6 +85,11 @@ OBJS:=$(filter-out src/pulse.o, $(OBJS)) LIBS:=$(filter-out -lpulse, $(LIBS)) endif +ifeq ($(OS),DragonFly) +OBJS:=$(filter-out src/pulse.o, $(OBJS)) +LIBS:=$(filter-out -lpulse, $(LIBS)) -lpthread +endif + src/%.o: src/%.c include/i3status.h $(CC) $(CPPFLAGS) $(CFLAGS) -c -o $@ $< @echo " CC $<"