annotate src/gcc-isl-1-fixes.patch @ 3725:2acaa9943159

qscintilla: update 2.8.4 * src/qscintilla.mk: update to version and checksum for 2.8.4
author John Donoghue
date Mon, 20 Oct 2014 11:01:00 -0400
parents 3ba1b1d89243
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3541
3ba1b1d89243 fix for isl package; needed for build-gcc
John W. Eaton <jwe@octave.org>
parents:
diff changeset
1 diff -ur a/include/isl/int.h b/include/isl/int.h
3ba1b1d89243 fix for isl package; needed for build-gcc
John W. Eaton <jwe@octave.org>
parents:
diff changeset
2 --- a/include/isl/int.h 2012-11-29 03:47:32.000000000 -0500
3ba1b1d89243 fix for isl package; needed for build-gcc
John W. Eaton <jwe@octave.org>
parents:
diff changeset
3 +++ b/include/isl/int.h 2014-02-19 02:44:04.311137242 -0500
3ba1b1d89243 fix for isl package; needed for build-gcc
John W. Eaton <jwe@octave.org>
parents:
diff changeset
4 @@ -14,7 +14,7 @@
3ba1b1d89243 fix for isl package; needed for build-gcc
John W. Eaton <jwe@octave.org>
parents:
diff changeset
5 #include <string.h>
3ba1b1d89243 fix for isl package; needed for build-gcc
John W. Eaton <jwe@octave.org>
parents:
diff changeset
6 #include <gmp.h>
3ba1b1d89243 fix for isl package; needed for build-gcc
John W. Eaton <jwe@octave.org>
parents:
diff changeset
7 #if defined(__cplusplus)
3ba1b1d89243 fix for isl package; needed for build-gcc
John W. Eaton <jwe@octave.org>
parents:
diff changeset
8 -#include <iostream>
3ba1b1d89243 fix for isl package; needed for build-gcc
John W. Eaton <jwe@octave.org>
parents:
diff changeset
9 +#include <ostream>
3ba1b1d89243 fix for isl package; needed for build-gcc
John W. Eaton <jwe@octave.org>
parents:
diff changeset
10 #endif
3ba1b1d89243 fix for isl package; needed for build-gcc
John W. Eaton <jwe@octave.org>
parents:
diff changeset
11
3ba1b1d89243 fix for isl package; needed for build-gcc
John W. Eaton <jwe@octave.org>
parents:
diff changeset
12 #if defined(__cplusplus)