freebsd-ports/devel/libhid/files/patch-configure
Marcus von Appen a38c833874 - Unbreak builds after the lang/python27 update (r363790)
Exp-run:	192242, 192244
2014-08-02 07:01:53 +00:00

11 lines
459 B
Text

--- 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; \
- print 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; }