Lines 1-6
Link Here
|
1 |
--- Makefile.orig 2012-07-06 20:29:35.000000000 +0300 |
1 |
--- Makefile.orig 2012-07-06 17:29:35 UTC |
2 |
+++ Makefile 2013-03-09 11:15:05.000000000 +0200 |
2 |
+++ Makefile |
3 |
@@ -102,13 +102,13 @@ |
3 |
@@ -102,13 +102,13 @@ else |
4 |
LDFLAGS += $(shell pkg-config --libs glib-2.0) |
4 |
LDFLAGS += $(shell pkg-config --libs glib-2.0) |
5 |
|
5 |
|
6 |
# Configuration for ncurses |
6 |
# Configuration for ncurses |
Lines 16-22
Link Here
|
16 |
LDFLAGS += -lncurses -lpanel |
16 |
LDFLAGS += -lncurses -lpanel |
17 |
endif |
17 |
endif |
18 |
endif |
18 |
endif |
19 |
@@ -117,6 +117,8 @@ |
19 |
@@ -117,6 +117,8 @@ else |
20 |
# Debian and derivates use lua5.1, the rest of the world lua |
20 |
# Debian and derivates use lua5.1, the rest of the world lua |
21 |
ifneq ($(wildcard /etc/debian_version),) |
21 |
ifneq ($(wildcard /etc/debian_version),) |
22 |
lua = lua5.1 |
22 |
lua = lua5.1 |