diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2016-06-28 13:40:24 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2016-06-28 13:40:24 -0400 |
commit | 0bab672fecdf82cac74c10bd0bda2da93c4c1c7e (patch) | |
tree | 951fe5ee1bd971648cc131e139c1b1fc5cda1979 /app-text/opensp/files/opensp-1.5-gcc34.patch | |
parent | sys-process/procps: run elibtoolize #580792 (diff) | |
download | ppc64le-0bab672fecdf82cac74c10bd0bda2da93c4c1c7e.tar.gz ppc64le-0bab672fecdf82cac74c10bd0bda2da93c4c1c7e.tar.bz2 ppc64le-0bab672fecdf82cac74c10bd0bda2da93c4c1c7e.zip |
app-text/opensp: copy from tree
Diffstat (limited to 'app-text/opensp/files/opensp-1.5-gcc34.patch')
-rw-r--r-- | app-text/opensp/files/opensp-1.5-gcc34.patch | 10 |
1 files changed, 10 insertions, 0 deletions
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 0000000..60ee560 --- /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 |