summaryrefslogtreecommitdiff
path: root/french/aster/files/patch-setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'french/aster/files/patch-setup.py')
-rw-r--r--french/aster/files/patch-setup.py25
1 files changed, 12 insertions, 13 deletions
diff --git a/french/aster/files/patch-setup.py b/french/aster/files/patch-setup.py
index c8a53909884e..8235cfbdc6ae 100644
--- a/french/aster/files/patch-setup.py
+++ b/french/aster/files/patch-setup.py
@@ -1,16 +1,15 @@
---- setup.py.orig 2013-07-29 11:39:57.000000000 +0200
-+++ setup.py 2013-08-15 17:14:57.000000000 +0200
-@@ -330,7 +330,8 @@
- log._print(_separ, """Installation on :
- %s""" % sident, _separ)
-
-- common_libs = ['pthread', 'z']
-+ # FreeBSD patch: no -lpthread, but PTHREAD_LIBS already added
-+ common_libs = ['z']
- if plt.startswith('linux'):
- plt = 'linux'
- if plt == 'win32':
-@@ -502,7 +503,10 @@
+--- setup.py.orig 2016-09-07 08:44:22 UTC
++++ setup.py
+@@ -357,7 +357,7 @@ def main():
+ else:
+ cfg['IFDEF'] = 'DARWIN'
+ elif plt.startswith('freebsd'):
+- common_libs = []
++ common_libs = ['z']
+ cfg['IFDEF']='FREEBSD'
+ cfg['ARCH'] = 'x86'
+ if machine.endswith('64'):
+@@ -513,7 +513,10 @@ def main():
# 1.4.1g. ----- check for system dependent libraries (and only used by Code_Aster)
cfg['SYSLIB'] = cfg.get('SYSLIB', '')
aster_sys_lib = []