changeset 3541:3ba1b1d89243

fix for isl package; needed for build-gcc
author John W. Eaton <jwe@octave.org>
date Wed, 19 Feb 2014 02:47:38 -0500
parents 678e57893efe
children bff3dfa5c343
files dist-files.mk src/gcc-isl-1-fixes.patch src/isl-1-fixes.patch
diffstat 3 files changed, 26 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/dist-files.mk	Tue Feb 18 11:58:25 2014 -0500
+++ b/dist-files.mk	Wed Feb 19 02:47:38 2014 -0500
@@ -92,6 +92,7 @@
   gcc-2-darwin-no-pie.patch \
   gcc-cloog.mk \
   gcc-gmp.mk \
+  gcc-isl-1-fixes.patch \
   gcc-isl.mk \
   gcc-mpc.mk \
   gcc-mpfr.mk \
@@ -167,6 +168,7 @@
   ilmbase.mk \
   imagemagick.mk \
   intltool.mk \
+  isl-1-fixes.patch \
   isl.mk \
   itsol.mk \
   itstool.mk \
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/gcc-isl-1-fixes.patch	Wed Feb 19 02:47:38 2014 -0500
@@ -0,0 +1,12 @@
+diff -ur a/include/isl/int.h b/include/isl/int.h
+--- a/include/isl/int.h	2012-11-29 03:47:32.000000000 -0500
++++ b/include/isl/int.h	2014-02-19 02:44:04.311137242 -0500
+@@ -14,7 +14,7 @@
+ #include <string.h>
+ #include <gmp.h>
+ #if defined(__cplusplus)
+-#include <iostream>
++#include <ostream>
+ #endif
+ 
+ #if defined(__cplusplus)
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/isl-1-fixes.patch	Wed Feb 19 02:47:38 2014 -0500
@@ -0,0 +1,12 @@
+diff -ur a/include/isl/int.h b/include/isl/int.h
+--- a/include/isl/int.h	2012-11-29 03:47:32.000000000 -0500
++++ b/include/isl/int.h	2014-02-19 02:44:04.311137242 -0500
+@@ -14,7 +14,7 @@
+ #include <string.h>
+ #include <gmp.h>
+ #if defined(__cplusplus)
+-#include <iostream>
++#include <ostream>
+ #endif
+ 
+ #if defined(__cplusplus)