summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Bienstman <pbienst@gentoo.org>2005-09-10 08:34:15 +0000
committerPeter Bienstman <pbienst@gentoo.org>2005-09-10 08:34:15 +0000
commit324a94f711fb12bbb3e6c8f789a05fa0cf216f33 (patch)
tree52c41391e84616c0084686c645d19dcdd669cacc /sci-libs/lapack-atlas/files
parentFix startup problems on non-java systems, see bug #99366 (diff)
downloadhistorical-324a94f711fb12bbb3e6c8f789a05fa0cf216f33.tar.gz
historical-324a94f711fb12bbb3e6c8f789a05fa0cf216f33.tar.bz2
historical-324a94f711fb12bbb3e6c8f789a05fa0cf216f33.zip
Fix #102088.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'sci-libs/lapack-atlas/files')
-rw-r--r--sci-libs/lapack-atlas/files/unbuffered.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/sci-libs/lapack-atlas/files/unbuffered.patch b/sci-libs/lapack-atlas/files/unbuffered.patch
new file mode 100644
index 000000000000..893680ac220f
--- /dev/null
+++ b/sci-libs/lapack-atlas/files/unbuffered.patch
@@ -0,0 +1,16 @@
+*** ATLAS/config.c Mon Dec 22 15:06:32 2003
+--- ATLAS_modif/config.c Fri Sep 9 19:45:37 2005
+***************
+*** 4364,4369 ****
+--- 4364,4374 ----
+ char UCDEF[256];
+ enum MACHTYPE mach;
+
++ /* Workaround for occasional hanging during emerge.*/
++
++ setbuf(stdout, 0);
++ setbuf(stdin, 0);
++
+ flag = GetFlags(nargs, args, &mach, &ncpu, UCDEF, TOPdir, ARCH, blaslib,
+ CC, CCFLAGS, F77, F77FLAGS, MCC, MMFLAGS, GOODGCC,
+ XCC, XCCFLAGS);