annotate src/isl-1-fixes.patch @ 3705:d30ced3f489e

libpng: update to 1.6.13
author John W. Eaton <jwe@octave.org>
date Tue, 02 Sep 2014 11:45:16 -0400
parents 780be3cf5995
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)
3589
780be3cf5995 gcc-*: pcre=8.35, cloog=0.18.1, gmp=6.0.0, isl=0.12.2
John Donoghue
parents: 3541
diff changeset
13 diff -u isl-0.12.2.orig/Makefile.am isl-0.12.2/Makefile.am
780be3cf5995 gcc-*: pcre=8.35, cloog=0.18.1, gmp=6.0.0, isl=0.12.2
John Donoghue
parents: 3541
diff changeset
14 --- isl-0.12.2.orig/Makefile.am 2014-04-25 14:38:30.985118233 -0400
780be3cf5995 gcc-*: pcre=8.35, cloog=0.18.1, gmp=6.0.0, isl=0.12.2
John Donoghue
parents: 3541
diff changeset
15 +++ isl-0.12.2/Makefile.am 2014-04-25 14:39:56.860765352 -0400
780be3cf5995 gcc-*: pcre=8.35, cloog=0.18.1, gmp=6.0.0, isl=0.12.2
John Donoghue
parents: 3541
diff changeset
16 @@ -154,7 +154,7 @@
780be3cf5995 gcc-*: pcre=8.35, cloog=0.18.1, gmp=6.0.0, isl=0.12.2
John Donoghue
parents: 3541
diff changeset
17 isl_sample_piplib.h \
780be3cf5995 gcc-*: pcre=8.35, cloog=0.18.1, gmp=6.0.0, isl=0.12.2
John Donoghue
parents: 3541
diff changeset
18 isl_piplib.c
780be3cf5995 gcc-*: pcre=8.35, cloog=0.18.1, gmp=6.0.0, isl=0.12.2
John Donoghue
parents: 3541
diff changeset
19 libisl_la_LIBADD = @PIPLIB_LIBS@ @GMP_LIBS@
780be3cf5995 gcc-*: pcre=8.35, cloog=0.18.1, gmp=6.0.0, isl=0.12.2
John Donoghue
parents: 3541
diff changeset
20 -libisl_la_LDFLAGS = -version-info @versioninfo@ \
780be3cf5995 gcc-*: pcre=8.35, cloog=0.18.1, gmp=6.0.0, isl=0.12.2
John Donoghue
parents: 3541
diff changeset
21 +libisl_la_LDFLAGS = -no-undefined -version-info @versioninfo@ \
780be3cf5995 gcc-*: pcre=8.35, cloog=0.18.1, gmp=6.0.0, isl=0.12.2
John Donoghue
parents: 3541
diff changeset
22 @PIPLIB_LDFLAGS@ @GMP_LDFLAGS@
780be3cf5995 gcc-*: pcre=8.35, cloog=0.18.1, gmp=6.0.0, isl=0.12.2
John Donoghue
parents: 3541
diff changeset
23 libisl_la_CPPFLAGS = $(INCLUDES) @PIPLIB_CPPFLAGS@ @GMP_CPPFLAGS@
780be3cf5995 gcc-*: pcre=8.35, cloog=0.18.1, gmp=6.0.0, isl=0.12.2
John Donoghue
parents: 3541
diff changeset
24
780be3cf5995 gcc-*: pcre=8.35, cloog=0.18.1, gmp=6.0.0, isl=0.12.2
John Donoghue
parents: 3541
diff changeset
25 diff -u isl-0.12.2.orig/Makefile.in isl-0.12.2/Makefile.in
780be3cf5995 gcc-*: pcre=8.35, cloog=0.18.1, gmp=6.0.0, isl=0.12.2
John Donoghue
parents: 3541
diff changeset
26 --- isl-0.12.2.orig/Makefile.in 2014-04-25 14:38:30.972117984 -0400
780be3cf5995 gcc-*: pcre=8.35, cloog=0.18.1, gmp=6.0.0, isl=0.12.2
John Donoghue
parents: 3541
diff changeset
27 +++ isl-0.12.2/Makefile.in 2014-04-25 14:40:36.809531647 -0400
780be3cf5995 gcc-*: pcre=8.35, cloog=0.18.1, gmp=6.0.0, isl=0.12.2
John Donoghue
parents: 3541
diff changeset
28 @@ -645,7 +645,7 @@
780be3cf5995 gcc-*: pcre=8.35, cloog=0.18.1, gmp=6.0.0, isl=0.12.2
John Donoghue
parents: 3541
diff changeset
29 isl_piplib.c
780be3cf5995 gcc-*: pcre=8.35, cloog=0.18.1, gmp=6.0.0, isl=0.12.2
John Donoghue
parents: 3541
diff changeset
30
780be3cf5995 gcc-*: pcre=8.35, cloog=0.18.1, gmp=6.0.0, isl=0.12.2
John Donoghue
parents: 3541
diff changeset
31 libisl_la_LIBADD = @PIPLIB_LIBS@ @GMP_LIBS@
780be3cf5995 gcc-*: pcre=8.35, cloog=0.18.1, gmp=6.0.0, isl=0.12.2
John Donoghue
parents: 3541
diff changeset
32 -libisl_la_LDFLAGS = -version-info @versioninfo@ \
780be3cf5995 gcc-*: pcre=8.35, cloog=0.18.1, gmp=6.0.0, isl=0.12.2
John Donoghue
parents: 3541
diff changeset
33 +libisl_la_LDFLAGS = -no-undefined -version-info @versioninfo@ \
780be3cf5995 gcc-*: pcre=8.35, cloog=0.18.1, gmp=6.0.0, isl=0.12.2
John Donoghue
parents: 3541
diff changeset
34 @PIPLIB_LDFLAGS@ @GMP_LDFLAGS@
780be3cf5995 gcc-*: pcre=8.35, cloog=0.18.1, gmp=6.0.0, isl=0.12.2
John Donoghue
parents: 3541
diff changeset
35
780be3cf5995 gcc-*: pcre=8.35, cloog=0.18.1, gmp=6.0.0, isl=0.12.2
John Donoghue
parents: 3541
diff changeset
36 libisl_la_CPPFLAGS = $(INCLUDES) @PIPLIB_CPPFLAGS@ @GMP_CPPFLAGS@