From b44b3799ca9fa6c744fc079b96a9c062e4bdd077 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 1 Jun 2009 22:16:31 +0200 Subject: remove unused $Id$ - $id$ substitution is not apropriate for git scm --- package/reaim/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'package/reaim') diff --git a/package/reaim/Makefile b/package/reaim/Makefile index 77d09db0e..7b55eeed4 100644 --- a/package/reaim/Makefile +++ b/package/reaim/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. -- cgit v1.2.3 From 7c520cd3ad42f5d94a9888bb9b3db7c79b6fd94f Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 2 Jun 2009 22:09:53 +0200 Subject: fix regressions for allconfig alix1c glibc target --- package/reaim/patches/501-cross_compile-install.patch | 6 +++--- package/reaim/patches/patch-reaim_c | 11 +++++++++++ 2 files changed, 14 insertions(+), 3 deletions(-) create mode 100644 package/reaim/patches/patch-reaim_c (limited to 'package/reaim') diff --git a/package/reaim/patches/501-cross_compile-install.patch b/package/reaim/patches/501-cross_compile-install.patch index 9e88f617e..db33bf6c3 100644 --- a/package/reaim/patches/501-cross_compile-install.patch +++ b/package/reaim/patches/501-cross_compile-install.patch @@ -1,7 +1,7 @@ diff -urN reaim-0.8/Makefile reaim-0.8/Makefile ---- reaim-0.8/Makefile 2002-11-28 06:10:38.000000000 +0100 -+++ reaim-0.8/Makefile 2005-10-07 12:07:43.000000000 +0200 -@@ -11,7 +11,10 @@ +--- reaim-0.8.orig/Makefile 2002-11-28 06:10:38.000000000 +0100 ++++ reaim-0.8/Makefile 2009-06-02 00:30:32.000000000 +0200 +@@ -11,7 +11,10 @@ FW_FLAGS="-DUSE_IPF" endif reaim: reaim.c diff --git a/package/reaim/patches/patch-reaim_c b/package/reaim/patches/patch-reaim_c new file mode 100644 index 000000000..7f208061e --- /dev/null +++ b/package/reaim/patches/patch-reaim_c @@ -0,0 +1,11 @@ +$Id: update-patches 24 2008-08-31 14:56:13Z wbx $ +--- reaim-0.8.orig/reaim.c 2003-03-25 13:35:31.000000000 +0100 ++++ reaim-0.8/reaim.c 2009-06-02 00:30:51.000000000 +0200 +@@ -190,6 +190,7 @@ + #include + #include + #include ++#include + + #include + #include -- cgit v1.2.3