Search
j0ke.net Open Build Service
>
Projects
>
internetx
:
php5
:
5.6.31
:
extensions
>
pslib
> pslib-configure.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File pslib-configure.patch of Package pslib
diff -r dede1036e6cd configure.in --- a/configure.in Thu Jun 28 04:27:53 2007 -0400 +++ b/configure.in Thu Jun 28 05:16:38 2007 -0400 @@ -100,7 +100,6 @@ case "${withval}" in *) for i in ${withval} /usr /usr/local ; do if test -r $i/include/png.h ; then - PNG_LIBDIR=-L$i/lib PNG_INCLUDEDIR=-I$i/include PNG_PREFIX=$i break @@ -127,7 +126,6 @@ case "${withval}" in *) for i in ${withval} /usr /usr/local ; do if test -r $i/include/jpeglib.h ; then - JPEG_LIBDIR=-L$i/lib JPEG_INCLUDEDIR=-I$i/include JPEG_PREFIX=$i break @@ -154,7 +152,6 @@ case "${withval}" in *) for i in ${withval} /usr /usr/local ; do if test -r $i/include/gif_lib.h ; then - GIF_LIBDIR=-L$i/lib GIF_INCLUDEDIR=-I$i/include GIF_PREFIX=$i break @@ -181,7 +178,6 @@ case "${withval}" in *) for i in ${withval} /usr /usr/local ; do if test -r $i/include/tiffio.h ; then - TIFF_LIBDIR=-L$i/lib TIFF_INCLUDEDIR=-I$i/include TIFF_PREFIX=$i break diff -r dede1036e6cd doc/Makefile.am --- a/doc/Makefile.am Thu Jun 28 04:27:53 2007 -0400 +++ b/doc/Makefile.am Thu Jun 28 05:23:42 2007 -0400 @@ -3,7 +3,7 @@ pslib.3: pslib.sgml mv PSLIB.3 pslib.3 %.3: %.sgml - docbook-to-man $< > $@ + docbook-to-man --sgml $< > $@ %.html: %.sgml docbook2html $<