From c54b338c9042cc550c7982b194c6b29a7550d276 Mon Sep 17 00:00:00 2001 From: Martin Holzer Date: Thu, 22 Apr 2004 21:10:28 +0000 Subject: adding patch to support gcc3.4 closes 48703 --- app-text/opensp/ChangeLog | 6 +++++- app-text/opensp/files/opensp-1.5-gcc33.patch | 4 ++-- app-text/opensp/files/opensp-1.5-gcc34.patch | 10 ++++++++++ app-text/opensp/opensp-1.5-r1.ebuild | 4 +++- 4 files changed, 20 insertions(+), 4 deletions(-) create mode 100644 app-text/opensp/files/opensp-1.5-gcc34.patch (limited to 'app-text/opensp') diff --git a/app-text/opensp/ChangeLog b/app-text/opensp/ChangeLog index 78668603e7f9..aa0ad8f2b845 100644 --- a/app-text/opensp/ChangeLog +++ b/app-text/opensp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/opensp # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/opensp/ChangeLog,v 1.13 2004/04/15 23:27:06 randy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/opensp/ChangeLog,v 1.14 2004/04/22 21:10:28 mholzer Exp $ + + 22 Apr 2004; Martin Holzer opensp-1.5-r1.ebuild, + files/opensp-1.5-gcc34.patch: + adding patch to support gcc3.4 closes 48703 15 Apr 2004; Michael McCabe opensp-1.5-r1.ebuild: adding s390 keywords diff --git a/app-text/opensp/files/opensp-1.5-gcc33.patch b/app-text/opensp/files/opensp-1.5-gcc33.patch index ada468fe2458..fdca70614137 100644 --- a/app-text/opensp/files/opensp-1.5-gcc33.patch +++ b/app-text/opensp/files/opensp-1.5-gcc33.patch @@ -1,5 +1,5 @@ ---- OpenSP-1.5/include/Attribute.h.gcc33 2003-05-22 17:04:20.000000000 +0100 -+++ OpenSP-1.5/include/Attribute.h 2003-05-22 17:04:48.000000000 +0100 +--- include/Attribute.h.gcc33 2003-05-22 17:04:20.000000000 +0100 ++++ include/Attribute.h 2003-05-22 17:04:48.000000000 +0100 @@ -25,12 +25,32 @@ class Entity; class Notation; diff --git a/app-text/opensp/files/opensp-1.5-gcc34.patch b/app-text/opensp/files/opensp-1.5-gcc34.patch new file mode 100644 index 000000000000..60ee56085315 --- /dev/null +++ b/app-text/opensp/files/opensp-1.5-gcc34.patch @@ -0,0 +1,10 @@ +--- include/RangeMap.h~ 2004-04-22 20:34:13.729541096 +0300 ++++ include/RangeMap.h 2004-04-22 20:31:48.473049702 +0300 +@@ -8,6 +8,7 @@ + #include "Boolean.h" + #include "ISet.h" + #include "types.h" ++#include "constant.h" + #include + + #ifdef SP_NAMESPACE diff --git a/app-text/opensp/opensp-1.5-r1.ebuild b/app-text/opensp/opensp-1.5-r1.ebuild index 92a0c455cd5e..b1c352dfd8c0 100644 --- a/app-text/opensp/opensp-1.5-r1.ebuild +++ b/app-text/opensp/opensp-1.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/opensp/opensp-1.5-r1.ebuild,v 1.16 2004/04/15 23:27:06 randy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/opensp/opensp-1.5-r1.ebuild,v 1.17 2004/04/22 21:10:28 mholzer Exp $ inherit eutils gnuconfig @@ -24,9 +24,11 @@ PDEPEND=">=app-text/openjade-1.3.2" src_unpack() { unpack ${A} + cd ${S} # from gentoo bug #21631 and # http://sourceforge.net/tracker/index.php?func=detail&aid=742214&group_id=2115&atid=302115 epatch ${FILESDIR}/${P}-gcc33.patch + epatch ${FILESDIR}/${P}-gcc34.patch } src_compile() { -- cgit v1.2.3-65-gdbad