Changes of Revision 10
[-] [+] | Changed | PDFlib-Lite.spec |
[-] [+] | Added | PDFlib-Lite-7.0.2_configure.diff ^ |
@@ -0,0 +1,26 @@ +--- PDFlib-Lite-7.0.2/configure.orig 2007-12-24 16:30:51.000000000 +0100 ++++ PDFlib-Lite-7.0.2/configure 2007-12-24 16:32:35.000000000 +0100 +@@ -8502,6 +8502,10 @@ + echo $ECHO_N "checking for Python header files... $ECHO_C" >&6 + + dirs="$PYINCLUDE \ ++ $PYINCLUDE/python2.5 \ ++ $prefix/include/python2.5 \ ++ /usr/local/include/python2.5 \ ++ /usr/include/python2.5 \ + $PYINCLUDE/python2.4 \ + $prefix/include/python2.4 \ + /usr/local/include/python2.4 \ +--- PDFlib-Lite-7.0.2/configure.in.orig 2007-12-24 16:35:28.000000000 +0100 ++++ PDFlib-Lite-7.0.2/configure.in 2007-12-24 16:35:31.000000000 +0100 +@@ -694,6 +694,10 @@ + AC_MSG_CHECKING(for Python header files) + + dirs="$PYINCLUDE \ ++ $PYINCLUDE/python2.5 \ ++ $prefix/include/python2.5 \ ++ /usr/local/include/python2.5 \ ++ /usr/include/python2.5 \ + $PYINCLUDE/python2.4 \ + $prefix/include/python2.4 \ + /usr/local/include/python2.4 \ |