mirror of
https://github.com/Tha14/toxic.git
synced 2025-06-19 16:16:35 +02:00
Merge branch 'master' into new_groupchats
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
# Version
|
||||
TOXIC_VERSION = 0.6.1
|
||||
TOXIC_VERSION = 0.7.0
|
||||
REV = $(shell git rev-list HEAD --count 2>/dev/null || echo -n "error")
|
||||
ifneq (, $(findstring error, $(REV)))
|
||||
VERSION = $(TOXIC_VERSION)
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Specials options for freebsd systems
|
||||
LIBS := $(filter-out ncursesw, $(LIBS))
|
||||
LDFLAGS += -lncursesw
|
||||
LDFLAGS += -lncursesw -lcurl
|
||||
MANDIR = $(PREFIX)/man
|
||||
|
Reference in New Issue
Block a user