Skip to content

Commit

Permalink
[osx] - help rsxs to use the libpng from the depends and not the nati…
Browse files Browse the repository at this point in the history
…ve libpng from the toolchain (before this could lead to linkage of i386 objects with x86_64 libpng which didn't work too well)
  • Loading branch information
Memphiz committed Dec 21, 2012
1 parent 75f9047 commit 85b983e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -2723,7 +2723,7 @@ XB_CONFIG_MODULE([xbmc/screensavers/rsxs-0.9/], [
CXX="$CXX" \
CFLAGS="$TEMPCFLAGS" \
CXXFLAGS="$CXXFLAGS" \
`if test "$host_vendor" = "apple"; then echo --x-includes=/usr/X11/include --x-libraries=/usr/X11/lib; fi` \
`if test "$host_vendor" = "apple"; then echo --with-png=${prefix} --x-includes=/usr/X11/include --x-libraries=/usr/X11/lib; fi` \
--prefix="${prefix}" --includedir="${includedir}" --libdir="${libdir}" --datadir="${datadir}" \
--host=$host_alias \
--build=$build_alias \
Expand Down

0 comments on commit 85b983e

Please sign in to comment.