summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Peterson <lavajoe@gentoo.org>2010-05-24 21:37:39 +0000
committerJoe Peterson <lavajoe@gentoo.org>2010-05-24 21:37:39 +0000
commit08ebedcf1f2b5e3e7338d8261f61382b64462fe4 (patch)
treec2bbff772aa6225844de973118c37499dde51943 /media-gfx/povray/files
parentVersion bump. (diff)
downloadgentoo-2-08ebedcf1f2b5e3e7338d8261f61382b64462fe4.tar.gz
gentoo-2-08ebedcf1f2b5e3e7338d8261f61382b64462fe4.tar.bz2
gentoo-2-08ebedcf1f2b5e3e7338d8261f61382b64462fe4.zip
Fix bug #321361
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx/povray/files')
-rw-r--r--media-gfx/povray/files/povray-3.7.0_beta35-configure-allow-libpng14.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/media-gfx/povray/files/povray-3.7.0_beta35-configure-allow-libpng14.patch b/media-gfx/povray/files/povray-3.7.0_beta35-configure-allow-libpng14.patch
new file mode 100644
index 000000000000..363ff8d50d57
--- /dev/null
+++ b/media-gfx/povray/files/povray-3.7.0_beta35-configure-allow-libpng14.patch
@@ -0,0 +1,14 @@
+--- povray-3.7.0.beta.35a/configure.ac.old 2010-05-24 14:57:58.000000000 -0600
++++ povray-3.7.0.beta.35a/configure.ac 2010-05-24 15:12:20.000000000 -0600
+@@ -361,11 +361,6 @@ else
+ fi
+ AC_MSG_RESULT([yes])
+ AX_CHECK_LIB([png], [$required_libpng_version], [png12 png], [png_get_libpng_ver], [png.h], [png_get_libpng_ver(NULL)], [$with_libpng])
+- ### FIXME: do not allow for 1.4.x
+- AC_MSG_CHECKING([for libpng version < 1.4 (not supported at the moment!)])
+- AX_COMPARE_VERSION([$ax_check_lib_version], [ge], [1.4], [ax_check_lib="bad"], [ax_check_lib="ok"])
+- AC_MSG_RESULT([$ax_check_lib])
+- ###
+ if test x"$ax_check_lib" != x"ok"; then
+ AC_MSG_ERROR([cannot find a suitable PNG library])
+ else