freebsd-ports/multimedia/xbmc/files/patch-m4__ax_python_devel.m4
Bernhard Froehlich b7207fae88 - Update to 11.0b1
- 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)
2012-01-18 12:05:48 +00:00

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