at v192 15 lines 931 B view raw
1Work around Python misdetection and set `PYTHON_LIBS' to 2"-L/nix/store/... -lpython2.4" instead of "/nix/store/.../libpython2.4.so". 3Changed to 2.5. 4 5--- inkscape-0.45.1/configure 2007-03-20 14:56:43.000000000 +0100 6+++ inkscape-0.45.1/configure 2008-02-22 16:19:10.000000000 +0100 7@@ -10202,7 +10202,7 @@ if test "x$with_python" = "xyes"; then 8 if test "$?" -gt "0"; then 9 with_python="no" 10 else 11- checkPYTHON_LIBS=`python -c "import distutils.sysconfig ; print '%s/%s %s' % (distutils.sysconfig.get_config_var('LIBPL'),distutils.sysconfig.get_config_var('LDLIBRARY'),distutils.sysconfig.get_config_var('LIBS'))" 2>/dev/null` 12+ checkPYTHON_LIBS=`python -c "import distutils.sysconfig ; print '-L%s -lpython2.5 %s' % (distutils.sysconfig.get_config_var('LIBDIR'),distutils.sysconfig.get_config_var('LIBS'))" 2>/dev/null` 13 if test "$?" -gt "0"; then 14 with_python="no" 15 else