fdo#70393: move python3 to a subdir of external
Change-Id: Ic5796f096255d2d84e39415324e8a2e06bcf09c9 Reviewed-on: https://gerrit.libreoffice.org/6550 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
This commit is contained in:
committed by
David Tardon
parent
45053900a4
commit
9dc3f0f5af
13
external/python3/python-3.3.0-clang.patch.1
vendored
Normal file
13
external/python3/python-3.3.0-clang.patch.1
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
-*- Mode: diff -*-
|
||||
|
||||
--- python3/setup.py
|
||||
+++ python3/setup.py
|
||||
@@ -436,7 +436,7 @@
|
||||
if ret >> 8 == 0:
|
||||
with open(tmpfile) as fp:
|
||||
for line in fp.readlines():
|
||||
- if line.startswith("gcc version"):
|
||||
+ if line.startswith("gcc version") or line.startswith("clang -cc1 version"):
|
||||
is_gcc = True
|
||||
elif line.startswith("#include <...>"):
|
||||
in_incdirs = True
|
Reference in New Issue
Block a user