Fredrik Fornwall
6 years ago
3 changed files with 15 additions and 12 deletions
@ -0,0 +1,13 @@ |
|||||
|
diff -u -r ../toxic-0.8.3/Makefile ./Makefile
|
||||
|
--- ../toxic-0.8.3/Makefile 2018-10-30 22:03:44.000000000 +0000
|
||||
|
+++ ./Makefile 2018-11-01 02:21:19.464155263 +0000
|
||||
|
@@ -20,9 +20,6 @@
|
||||
|
|
||||
|
# Check on wich system we are running |
||||
|
UNAME_S = $(shell uname -s) |
||||
|
-ifeq ($(UNAME_S), Linux)
|
||||
|
-LDFLAGS += -ldl -lrt
|
||||
|
-endif
|
||||
|
ifeq ($(UNAME_S), OpenBSD) |
||||
|
LIBS := $(filter-out ncursesw, $(LIBS)) |
||||
|
LDFLAGS += -lncursesw |
@ -1,9 +0,0 @@ |
|||||
diff -uNr toxic-0.8.2/cfg/systems/Linux.mk toxic-0.8.2.mod/cfg/systems/Linux.mk
|
|
||||
--- toxic-0.8.2/cfg/systems/Linux.mk 2018-02-28 01:46:56.000000000 +0200
|
|
||||
+++ toxic-0.8.2.mod/cfg/systems/Linux.mk 2018-08-15 13:43:59.718436398 +0300
|
|
||||
@@ -1,4 +1,4 @@
|
|
||||
# Specials options for linux systems |
|
||||
CFLAGS += |
|
||||
-LDFLAGS += -ldl -lrt -lcurl
|
|
||||
+LDFLAGS += -ldl -lcurl
|
|
||||
MANDIR = $(PREFIX)/share/man |
|
Loading…
Reference in new issue