diff options
Diffstat (limited to 'devel/libhid/files/patch-configure')
-rw-r--r-- | devel/libhid/files/patch-configure | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/devel/libhid/files/patch-configure b/devel/libhid/files/patch-configure index 81885493c169..8ed8d2517072 100644 --- a/devel/libhid/files/patch-configure +++ b/devel/libhid/files/patch-configure @@ -1,14 +1,11 @@ ---- configure.orig 2007-04-26 03:25:25.000000000 +0300 -+++ configure 2007-09-04 11:10:38.000000000 +0300 -@@ -22784,8 +22784,9 @@ - fi +--- configure.orig 2014-08-01 17:07:37.000000000 +0200 ++++ configure 2014-08-01 17:08:37.000000000 +0200 +@@ -22785,7 +22785,7 @@ PYTHON_LDFLAGS=`$PYTHON -c "from distutils.sysconfig import *; \ -- import os; \ + import os; \ - print apply(os.path.join, get_config_vars('LIBPL', 'LDLIBRARY'))"` -+ import os; import re; from string import join; \ -+ print join(get_config_vars('LDFLAGS')) + ' ' + \ -+ re.sub('\.a$', '.so', apply(os.path.join, get_config_vars('LIBPL', 'LDLIBRARY')))"` ++ print apply(os.path.join, get_config_vars('LIBDIR', 'LDLIBRARY'))"` fi { echo "$as_me:$LINENO: result: $PYTHON_LDFLAGS" >&5 echo "${ECHO_T}$PYTHON_LDFLAGS" >&6; } |