# --- T2-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # T2 SDE: package/.../clanlib/configure-png-fix.patch # Copyright (C) 2004 - 2005 The T2 SDE Project # # More information can be found in the files COPYING and README. # # This patch file is dual-licensed. It is available under the license the # patched project is licensed under, as long as it is an OpenSource license # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms # of the GNU General Public License as published by the Free Software # Foundation; either version 2 of the License, or (at your option) any later # version. # --- T2-COPYRIGHT-NOTE-END --- --- ClanLib-0.7.8/configure~ 2004-05-10 22:02:15.000000000 +0200 +++ ClanLib-0.7.8/configure 2005-01-02 21:53:37.143185072 +0100 @@ -21964,7 +21964,7 @@ OLDLIBS="$LIBS" - LIBS="-lz -lpng" + LIBS="-lpng -lz" echo "$as_me:$LINENO: checking for png" >&5 echo $ECHO_N "checking for png... $ECHO_C" >&6 if test "$cross_compiling" = yes; then