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

Collapse All | Expand All

(-)xc.old/lib/XRes/Imakefile (+2 lines)
Lines 8-13 Link Here
8
#define SoRev SOXRESREV
8
#define SoRev SOXRESREV
9
#define LibHeaders NO
9
#define LibHeaders NO
10
10
11
#define IncludeSharedObjectInNormalLib
12
11
#include <Threads.tmpl>
13
#include <Threads.tmpl>
12
14
13
#ifdef SharedXResReqs
15
#ifdef SharedXResReqs
(-)xc.old/lib/Xau/Imakefile (+2 lines)
Lines 41-46 Link Here
41
41
42
#define IncludeSharedObjectInNormalLib
42
#define IncludeSharedObjectInNormalLib
43
43
44
#define UnsharedLibObjCompile(options) LibObjCompile(unshared,$(CDEBUGFLAGS) $(CLIBDEBUGFLAGS) options $(PICFLAGS))
45
44
#include <Library.tmpl>
46
#include <Library.tmpl>
45
47
46
DependTarget()
48
DependTarget()
(-)xc.old/lib/Xft/Imakefile (+2 lines)
Lines 105-110 Link Here
105
          xftname.o xftstr.o xftswap.o xftxlfd.o \
105
          xftname.o xftstr.o xftswap.o xftxlfd.o \
106
	  xftfreetype.o xftglyphs.o xftrender.o xftcore.o
106
	  xftfreetype.o xftglyphs.o xftrender.o xftcore.o
107
107
108
#define UnsharedLibObjCompile(options) LibObjCompile(unshared,$(CDEBUGFLAGS) $(CLIBDEBUGFLAGS) options $(PICFLAGS))
109
108
#include <Library.tmpl>
110
#include <Library.tmpl>
109
111
110
#if DoSharedLib && SharedDataSeparation
112
#if DoSharedLib && SharedDataSeparation
(-)xc.old/lib/Xinerama/Imakefile (+2 lines)
Lines 27-30 Link Here
27
27
28
#include <Library.tmpl>
28
#include <Library.tmpl>
29
29
30
SpecialCObjectRule(Xinerama,NullParameter,$(DEFINES) $(MODULEDEFINES) $(EXT_DEFINES) -fPIC)
31
30
DependTarget()
32
DependTarget()
(-)xc.old/lib/Xss/Imakefile (+2 lines)
Lines 30-33 Link Here
30
30
31
#include <Library.tmpl>
31
#include <Library.tmpl>
32
32
33
SpecialCObjectRule(XScrnSaver,NullParameter,$(DEFINES) $(MODULEDEFINES) $(EXT_DEFINES) -fPIC)
34
33
DependTarget()
35
DependTarget()
(-)xc.old/lib/Xv/Imakefile (+2 lines)
Lines 25-30 Link Here
25
25
26
#define IncludeSharedObjectInNormalLib
26
#define IncludeSharedObjectInNormalLib
27
27
28
#define UnsharedLibObjCompile(options) LibObjCompile(unshared,$(CDEBUGFLAGS) $(CLIBDEBUGFLAGS) options $(PICFLAGS))
29
28
#include <Library.tmpl>
30
#include <Library.tmpl>
29
31
30
DependTarget()
32
DependTarget()
(-)xc.old/lib/Xxf86dga/Imakefile (+2 lines)
Lines 28-33 Link Here
28
28
29
#define IncludeSharedObjectInNormalLib
29
#define IncludeSharedObjectInNormalLib
30
30
31
#define UnsharedLibObjCompile(options) LibObjCompile(unshared,$(CDEBUGFLAGS) $(CLIBDEBUGFLAGS) options $(PICFLAGS))
32
31
#include <Library.tmpl>
33
#include <Library.tmpl>
32
34
33
DependTarget()
35
DependTarget()
(-)xc.old/lib/Xxf86misc/Imakefile (+2 lines)
Lines 28-33 Link Here
28
28
29
#define IncludeSharedObjectInNormalLib
29
#define IncludeSharedObjectInNormalLib
30
30
31
#define UnsharedLibObjCompile(options) LibObjCompile(unshared,$(CDEBUGFLAGS) $(CLIBDEBUGFLAGS) options $(PICFLAGS))
32
31
#include <Library.tmpl>
33
#include <Library.tmpl>
32
34
33
DependTarget()
35
DependTarget()
(-)xc.old/lib/Xxf86vm/Imakefile (+2 lines)
Lines 28-33 Link Here
28
28
29
#define IncludeSharedObjectInNormalLib
29
#define IncludeSharedObjectInNormalLib
30
30
31
#define UnsharedLibObjCompile(options) LibObjCompile(unshared,$(CDEBUGFLAGS) $(CLIBDEBUGFLAGS) options $(PICFLAGS))
32
31
#include <Library.tmpl>
33
#include <Library.tmpl>
32
34
33
DependTarget()
35
DependTarget()

Return to bug 44274