diff options
author | Martin Holzer <mholzer@gentoo.org> | 2004-04-22 21:10:28 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2004-04-22 21:10:28 +0000 |
commit | c54b338c9042cc550c7982b194c6b29a7550d276 (patch) | |
tree | 5488d91f0c6eb7eff89245eee47308872de9d189 /app-text/opensp | |
parent | deprecate selinux 1.4 profiles (diff) | |
download | gentoo-2-c54b338c9042cc550c7982b194c6b29a7550d276.tar.gz gentoo-2-c54b338c9042cc550c7982b194c6b29a7550d276.tar.bz2 gentoo-2-c54b338c9042cc550c7982b194c6b29a7550d276.zip |
adding patch to support gcc3.4 closes 48703
Diffstat (limited to 'app-text/opensp')
-rw-r--r-- | app-text/opensp/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/opensp/files/opensp-1.5-gcc33.patch | 4 | ||||
-rw-r--r-- | app-text/opensp/files/opensp-1.5-gcc34.patch | 10 | ||||
-rw-r--r-- | app-text/opensp/opensp-1.5-r1.ebuild | 4 |
4 files changed, 20 insertions, 4 deletions
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 <mholzer@gentoo.org> opensp-1.5-r1.ebuild, + files/opensp-1.5-gcc34.patch: + adding patch to support gcc3.4 closes 48703 15 Apr 2004; Michael McCabe <randy@gentoo.org> 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 <stddef.h> + + #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() { |