forked from Lainports/freebsd-ports
- Add fix to build fine with CLANG - Remove USE_LDCONFIG because xbmc uses hardcoded paths PR: ports/163796 Submitted by: Mickael Maillot <mickael.maillot@gmail.com> (maintainer)
22 lines
475 B
Text
22 lines
475 B
Text
--- ./m4/ax_python_devel.m4.orig 2012-01-02 17:23:11.000000000 +0100
|
|
+++ ./m4/ax_python_devel.m4 2012-01-02 17:23:13.000000000 +0100
|
|
@@ -178,7 +178,8 @@
|
|
if (e != None):
|
|
ret += e
|
|
print (ret)
|
|
-EOD`
|
|
+EOD
|
|
+`
|
|
|
|
if test -z "$ac_python_version"; then
|
|
if test -n "$PYTHON_VERSION"; then
|
|
@@ -202,7 +203,8 @@
|
|
if e != None:
|
|
print (e)
|
|
break
|
|
-EOD`
|
|
+EOD
|
|
+`
|
|
|
|
# Before checking for libpythonX.Y, we need to know
|
|
# the extension the OS we're on uses for libraries
|