[oe-commits] org.oe.dev opensp 1.5: Fix compile issues with various compilers, fix from

lenehan commit openembedded-commits at lists.openembedded.org
Sat Jun 2 03:15:13 UTC 2007


opensp 1.5: Fix compile issues with various compilers, fix from
opensp cvs and also as specified in bug #301. Tested with gcc 3.4.4
and 4.1.2 for both opensp and opensp-native. Fixes #301 and #2366.

Author: lenehan at openembedded.org
Branch: org.openembedded.dev
Revision: ce737cccc33a8e2b134e3de5dd1f30e9c45dbfab
ViewMTN: http://monotone.openembedded.org/revision.psp?id=ce737cccc33a8e2b134e3de5dd1f30e9c45dbfab
Files:
1
packages/opensp/opensp-1.5/rangmap-fix.patch
packages/opensp/opensp_1.5.bb
Diffs:

#
# mt diff -r7298bcc4251b3babf7c7aeebb4b2367eb1b69bfa -rce737cccc33a8e2b134e3de5dd1f30e9c45dbfab
#
# 
# 
# add_file "packages/opensp/opensp-1.5/rangmap-fix.patch"
#  content [4d78fb147fefb3f940add4805d4aae729455c712]
# 
# patch "packages/opensp/opensp_1.5.bb"
#  from [9f6eea17d11808facf47d8b7c3dcab8dbec778f8]
#    to [d91389131e743b219485bec38a16f76d4496b46b]
# 
============================================================
--- packages/opensp/opensp-1.5/rangmap-fix.patch	4d78fb147fefb3f940add4805d4aae729455c712
+++ packages/opensp/opensp-1.5/rangmap-fix.patch	4d78fb147fefb3f940add4805d4aae729455c712
@@ -0,0 +1,12 @@
+Index: OpenSP-1.5/include/RangeMap.cxx
+===================================================================
+--- OpenSP-1.5.orig/include/RangeMap.cxx	2000-02-26 03:55:21.000000000 +1100
++++ OpenSP-1.5/include/RangeMap.cxx	2007-06-02 11:48:17.000000000 +1000
+@@ -7,6 +7,7 @@
+ #include "RangeMap.h"
+ #include "ISet.h"
+ #include "types.h"
++#include "constant.h"
+ 
+ #ifdef SP_NAMESPACE
+ namespace SP_NAMESPACE {
============================================================
--- packages/opensp/opensp_1.5.bb	9f6eea17d11808facf47d8b7c3dcab8dbec778f8
+++ packages/opensp/opensp_1.5.bb	d91389131e743b219485bec38a16f76d4496b46b
@@ -1,11 +1,14 @@ LICENSE = "MIT"
 SECTION = "libs"
 DESCRIPTION = "OpenSP is a library and a set of tools \
 for validating, parsing, and manipulating SGML and \
 XML documents."
 LICENSE = "MIT"
+PR = "r1"
+
 SRC_URI = "${SOURCEFORGE_MIRROR}/openjade/OpenSP-${PV}.tar.gz \
 	   file://m4.patch;patch=1 \
-	   file://attributevalue.patch;patch=1"
+	   file://attributevalue.patch;patch=1 \
+           file://rangmap-fix.patch;patch=1"
 S = "${WORKDIR}/OpenSP-${PV}"
 
 inherit autotools






More information about the Openembedded-commits mailing list