From e6504ae3cd4ec5f9747e3da9b0cb1e2159e772f7 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Mon, 29 Mar 2010 11:03:21 +0000 Subject: [PATCH] fix urbi compilation failure on octeon (#6987) SVN-Revision: 20574 --- lang/urbi/Makefile | 4 ++-- lang/urbi/patches/005-fix-gcc_4_3-compile.patch | 10 ++++++++++ 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/lang/urbi/Makefile b/lang/urbi/Makefile index 4b5c4bec6..945dbf98d 100644 --- a/lang/urbi/Makefile +++ b/lang/urbi/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2007 OpenWrt.org +# Copyright (C) 2007-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=urbi PKG_VERSION:=1.0RC2-l455 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-sdk-$(PKG_VERSION)-src.zip PKG_SOURCE_URL:=http://www.gostai.com/downloads/aibo/ diff --git a/lang/urbi/patches/005-fix-gcc_4_3-compile.patch b/lang/urbi/patches/005-fix-gcc_4_3-compile.patch index 6fd3b77b4..790d73ed7 100644 --- a/lang/urbi/patches/005-fix-gcc_4_3-compile.patch +++ b/lang/urbi/patches/005-fix-gcc_4_3-compile.patch @@ -10,3 +10,13 @@ index bb2546d..38b0d8e 100644 namespace libport { +--- a/src/liburbi/uconversion.cc 2007-01-31 11:37:04.000000000 +0100 ++++ b/src/liburbi/uconversion.cc 2010-03-29 09:43:00.000000000 +0200 +@@ -1,5 +1,7 @@ + #include "urbi/uconversion.hh" + ++#include ++ + #ifndef NO_IMAGE_CONVERSION + # include + -- 2.30.2