You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-arcade/criticalmass/files/criticalmass-1.0.2-libpng14...

12 lines
445 B

--- configure.in
+++ configure.in
@@ -99,7 +99,7 @@ if test "x$TARGET" = xWIN32; then
else
LIBS="-L/usr/local/lib -L/usr/X11R6/lib $LIBS"
CXXFLAGS="$CXXFLAGS -I/usr/X11R6/include"
- AC_CHECK_LIB(png12, main,, AC_MSG_ERROR(libpng is needed))
+ AC_CHECK_LIB(png, main,, AC_MSG_ERROR(libpng is needed))
AC_CHECK_LIB(z, main,, AC_MSG_ERROR(libz is needed))
if test "x$TARGET" = xUNIX; then
if test "x$enable_dyngl" = xoff; then