summaryrefslogtreecommitdiffstats
path: root/stfl/stfl-archlinux.patch
blob: 916130814e6717a6f4748d69584c8851bb88f832 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
diff -Naur ./Makefile.cfg ../stfl-0.19-patched/Makefile.cfg
--- ./Makefile.cfg	2007-09-20 01:24:14.000000000 +0200
+++ ../stfl-0.19-patched/Makefile.cfg	2008-09-16 02:05:58.000000000 +0200
@@ -18,11 +18,11 @@
 #  MA 02110-1301 USA
 #
 
-export prefix ?= /usr/local
+export prefix ?= /usr
 export DESTDIR ?= /
 
 ifneq ($(shell spl-config --cflags 2>/dev/null),)
-FOUND_SPL = 1
+FOUND_SPL = 0
 else
 FOUND_SPL = 0
 endif
@@ -34,19 +34,19 @@
 endif
 
 ifneq ($(shell perl -le 'print 1' 2>/dev/null),)
-FOUND_PERL5 = 1
+FOUND_PERL5 = 0
 else
 FOUND_PERL5 = 0
 endif
 
 ifneq ($(shell python -c 'print 1' 2>/dev/null),)
-FOUND_PYTHON = 1
+FOUND_PYTHON = 0
 else
 FOUND_PYTHON = 0
 endif
 
 ifneq ($(shell ruby -e 'puts 1' 2>/dev/null),)
-FOUND_RUBY = 1
+FOUND_RUBY = 0
 else
 FOUND_RUBY = 0
 endif
diff -Naur ./stfl_internals.h ../stfl-0.19-patched/stfl_internals.h
--- ./stfl_internals.h	2008-05-06 11:44:36.000000000 +0200
+++ ../stfl-0.19-patched/stfl_internals.h	2008-09-16 02:08:04.000000000 +0200
@@ -28,7 +28,7 @@
 #endif
 
 #include "stfl.h"
-#include <ncursesw/ncurses.h>
+#include <ncurses.h>
 #include <pthread.h>
 
 struct stfl_widget_type;