[Yt-svn] yt: I think this fixes the issue of not having zlib where libpng...

hg at spacepope.org hg at spacepope.org
Thu Nov 11 22:12:48 PST 2010


hg Repository: yt
details:   yt/rev/f6dc5b4ba882
changeset: 3535:f6dc5b4ba882
user:      Matthew Turk <matthewturk at gmail.com>
date:
Thu Nov 11 22:12:19 2010 -0800
description:
I think this fixes the issue of not having zlib where libpng can find it.

diffstat:

 doc/install_script.sh |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 6d463b048986 -r f6dc5b4ba882 doc/install_script.sh
--- a/doc/install_script.sh	Thu Nov 11 16:29:52 2010 +0100
+++ b/doc/install_script.sh	Thu Nov 11 22:12:19 2010 -0800
@@ -282,7 +282,7 @@
         [ ! -e libpng-1.2.43 ] && tar xfz libpng-1.2.43.tar.gz
         echo "Installing PNG"
         cd libpng-1.2.43
-        ( ./configure --prefix=${DEST_DIR}/ 2>&1 ) 1>> ${LOG_FILE} || do_exit
+        ( ./configure CFLAGS=-I${DEST_DIR}/include --prefix=${DEST_DIR}/ 2>&1 ) 1>> ${LOG_FILE} || do_exit
         ( make install 2>&1 ) 1>> ${LOG_FILE} || do_exit
         touch done
         cd ..



More information about the yt-svn mailing list