Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 195688 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/texk/web2c/lib/texmfmp.c   2010-07-23 00:49:31.000000000 +0000
0
++ b/texk/web2c/lib/texmfmp.c   2010-07-23 00:47:32.000000000 +0000
Lines 2542-2548 Link Here
2542
/* Metafont/MetaPost fraction routines. Replaced either by assembler or C.
2542
/* Metafont/MetaPost fraction routines. Replaced either by assembler or C.
2543
   The assembler syntax doesn't work on Solaris/x86.  */
2543
   The assembler syntax doesn't work on Solaris/x86.  */
2544
#ifndef TeX
2544
#ifndef TeX
2545
#if defined (__sun__) || defined (__cplusplus)
2545
#if defined (__sun__) || defined (__cplusplus) || defined (__PIC__)
2546
#define NO_MF_ASM
2546
#define NO_MF_ASM
2547
#endif
2547
#endif
2548
#if defined(WIN32) && !defined(NO_MF_ASM) && !defined(__MINGW32__)
2548
#if defined(WIN32) && !defined(NO_MF_ASM) && !defined(__MINGW32__)

Return to bug 195688