summary refs log tree commit diff
path: root/pkgs/applications/graphics/inkscape/configure-python-libs.patch
blob: 4999a55d00b701738b0cc1cfb14baf2bd1b2456f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- inkscape-0.45.1/configure	2007-03-20 14:56:43.000000000 +0100
+++ inkscape-0.45.1/configure	2008-02-22 16:19:10.000000000 +0100
@@ -10202,7 +10202,7 @@ if test "x$with_python" = "xyes"; then
     if test "$?" -gt "0"; then
         with_python="no"
     else
-        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`
+        checkPYTHON_LIBS=`python -c "import distutils.sysconfig ; print '-L%s -lpython2.4 %s' % (distutils.sysconfig.get_config_var('LIBDIR'),distutils.sysconfig.get_config_var('LIBS'))" 2>/dev/null`
         if test "$?" -gt "0"; then
             with_python="no"
         else