diff -r 1c8362cce183 SPKG.txt
|
a
|
b
|
|
| 4 | 4 | |
| 5 | 5 | == Releases == |
| 6 | 6 | |
| | 7 | === gd-2.0.35.p3 (David Kirkby, 2nd December 2009) === |
| | 8 | * #7162 Add configure option --without-xpm. |
| | 9 | === gd-2.0.35.p0 (Mike Hansen, June 19th, 2009) === |
| | 10 | * Apply Peter Jeremy's build fix from #5867 |
| | 11 | |
| 7 | 12 | === gd-2.0.35.p0 (Michael Abshoff, August 27th, 2008) === |
| 8 | 13 | * Apply Ondrej Certik's build fix from #3792 |
| 9 | 14 | |
diff -r 1c8362cce183 spkg-install
|
a
|
b
|
|
| 30 | 30 | |
| 31 | 31 | # We explicitly disable X support, since (1) X is not a SAGE dependency, |
| 32 | 32 | # and (2) the gd build fails on a lot of OS X PPC machines when X is enabled. |
| 33 | | ./configure --prefix="$SAGE_LOCAL" --without-jpeg --without-x --with-zlib="$SAGE_LOCAL" --with-freetype="$SAGE_LOCAL" |
| | 33 | ./configure --prefix="$SAGE_LOCAL" --without-jpeg --without-x --with-zlib="$SAGE_LOCAL" --with-freetype="$SAGE_LOCAL" --without-xpm |
| 34 | 34 | |
| 35 | 35 | if [ $? -ne 0 ]; then |
| 36 | 36 | echo "Error configuring gd." |