From: Florian Fainelli Date: Mon, 29 Mar 2010 11:03:21 +0000 (+0000) Subject: [package] fix urbi compilation failure on octeon (#6987) X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=10360c6af79616201300b22ded9f311ba709be0e;hp=13670fd95dbd20997f31751a28e0ca452218b933 [package] fix urbi compilation failure on octeon (#6987) SVN-Revision: 20574 --- diff --git a/lang/urbi/Makefile b/lang/urbi/Makefile index 4b5c4bec62..945dbf98db 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 6fd3b77b47..790d73ed76 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 +