From aed08f01f8e6b0de458181975c14efe8b89c418f Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Tue, 5 May 2009 14:03:15 +0200 Subject: forgot to update some time --- stfl/stfl-archlinux.patch | 52 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 stfl/stfl-archlinux.patch (limited to 'stfl/stfl-archlinux.patch') diff --git a/stfl/stfl-archlinux.patch b/stfl/stfl-archlinux.patch new file mode 100644 index 0000000..9161308 --- /dev/null +++ b/stfl/stfl-archlinux.patch @@ -0,0 +1,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 ++#include + #include + + struct stfl_widget_type; -- cgit v1.2.3-24-g4f1b