]> git.pld-linux.org Git - packages/povray.git/blob - povray-X-libs.patch
- use proper types on AMD64
[packages/povray.git] / povray-X-libs.patch
1 diff -dur povray-3.50c.orig/configure.in povray-3.50c/configure.in
2 --- povray-3.50c.orig/configure.in      2002-12-31 19:22:43.000000000 +0100
3 +++ povray-3.50c/configure.in   2004-01-07 14:47:04.730233920 +0100
4 @@ -18,9 +18,6 @@
5  
6  AC_CHECK_LIB(m, sin)
7  AC_CHECK_LIB(z, inflate)
8 -AC_CHECK_LIB(png, png_get_error_ptr)
9 -AC_CHECK_LIB(jpeg, jpeg_std_error)
10 -AC_CHECK_LIB(tiff, TIFFSetWarningHandler)
11  AC_CHECK_LIB(vga, vga_init)
12  AC_CHECK_LIB(vgagl, gl_setcontextvga)
13  dnl look for ios, iostream, fstream
14 @@ -30,7 +27,10 @@
15  dnl Checks for header files.
16  AC_PATH_XTRA
17  dnl Now we can check for libX11
18 -AC_CHECK_LIB(X11, XFlush, LIBS="$LIBS -lX11", true, -L$x_libraries -lX11)
19 +AC_CHECK_LIB(X11, XFlush, LIBS="$LIBS -L$x_libraries -lX11", true, -L$x_libraries -lX11)
20 +AC_CHECK_LIB(png, png_get_error_ptr)
21 +AC_CHECK_LIB(jpeg, jpeg_std_error)
22 +AC_CHECK_LIB(tiff, TIFFSetWarningHandler)
23  AC_HEADER_STDC
24  AC_CHECK_HEADERS(limits.h sys/time.h unistd.h, )
25  
26 Only in povray-3.50c: configure.in~
This page took 0.050663 seconds and 3 git commands to generate.