Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 51342
Collapse All | Expand All

(-)xc/config/cf/X11.tmpl.orig (-4 lines)
Lines 2257-2266 Link Here
2257
#endif
2257
#endif
2258
#ifndef BuildLibGlxWithoutPIC
2258
#ifndef BuildLibGlxWithoutPIC
2259
#define BuildLibGlxWithoutPIC	NO
2259
#define BuildLibGlxWithoutPIC	NO
2260
#endif
2261
#if BuildLibGlxWithoutPIC && SharedLibGlx
2262
#define SharedLibGlxWithoutPIC	YES
2263
#else
2264
#define SharedLibGlxWithoutPIC	NO
2260
#define SharedLibGlxWithoutPIC	NO
2265
#endif
2261
#endif
2266
#ifndef LinkGLToUsrLib
2262
#ifndef LinkGLToUsrLib
(-)xc/config/cf/linux.cf.orig (-5 lines)
Lines 346-356 Link Here
346
 * Build shared libGL and the DRI modules without -fPIC on some architectures.
346
 * Build shared libGL and the DRI modules without -fPIC on some architectures.
347
 * This improves performance.
347
 * This improves performance.
348
 */
348
 */
349
#if BuildXF86DRI
350
# if defined(i386Architecture)
351
#  define BuildLibGlxWithoutPIC	YES
352
# endif
353
#endif
354
349
355
/*
350
/*
356
 * Building the DRM module requires kernel source be installed.  It's safest
351
 * Building the DRM module requires kernel source be installed.  It's safest
(-)xc/lib/font/bitmap/module/Imakefile.orig (+1 lines)
Lines 3-8 Link Here
3
#define IHaveModules
3
#define IHaveModules
4
#include <Server.tmpl>
4
#include <Server.tmpl>
5
5
6
     CDEBUGFLAGS = -O2 -march=pentium3 -fomit-frame-pointer -fno-strict-aliasing -fno-stack-protector
6
        INCLUDES = -I$(FONTINCSRC) -I../../include -I$(SERVERSRC)/include \
7
        INCLUDES = -I$(FONTINCSRC) -I../../include -I$(SERVERSRC)/include \
7
		   -I$(XINCLUDESRC) -I../
8
		   -I$(XINCLUDESRC) -I../
8
         HEADERS = 
9
         HEADERS = 

Return to bug 51342