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/Xcursor/Imakefile (+3 lines)
Lines 46-51 Link Here
46
	  includedir="$(INCROOT)" \
46
	  includedir="$(INCROOT)" \
47
	  PACKAGE_VERSION="$(SOXCURSORREV).$(XCURSOR_REVISION)"
47
	  PACKAGE_VERSION="$(SOXCURSORREV).$(XCURSOR_REVISION)"
48
48
49
#define IncludeSharedObjectInNormalLib
50
#define UnsharedLibObjCompile(options) LibObjCompile(unshared,$(CDEBUGFLAGS) $(CLIBDEBUGFLAGS) options $(PICFLAGS))
51
49
#include <Library.tmpl>
52
#include <Library.tmpl>
50
53
51
MANSUFFIX=$(LIBMANSUFFIX)
54
MANSUFFIX=$(LIBMANSUFFIX)
(-)xc.old/lib/Xext/Imakefile (+3 lines)
Lines 39-44 Link Here
39
		XSecurity.o XAppgroup.o Xcup.o DPMS.o XEVI.o
39
		XSecurity.o XAppgroup.o Xcup.o DPMS.o XEVI.o
40
     LINTLIBS = $(LINTXLIB)
40
     LINTLIBS = $(LINTXLIB)
41
41
42
#define IncludeSharedObjectInNormalLib
43
#define UnsharedLibObjCompile(options) LibObjCompile(unshared,$(CDEBUGFLAGS) $(CLIBDEBUGFLAGS) options $(PICFLAGS))
44
42
#include <Library.tmpl>
45
#include <Library.tmpl>
43
46
44
DependTarget()
47
DependTarget()
(-)xc.old/lib/Xi/Imakefile (+3 lines)
Lines 102-107 Link Here
102
102
103
       LINTLIBS = $(LINTXLIB) $(LINTXEXT)
103
       LINTLIBS = $(LINTXLIB) $(LINTXEXT)
104
104
105
#define IncludeSharedObjectInNormalLib
106
#define UnsharedLibObjCompile(options) LibObjCompile(unshared,$(CDEBUGFLAGS) $(CLIBDEBUGFLAGS) options $(PICFLAGS))
107
105
#include <Library.tmpl>
108
#include <Library.tmpl>
106
109
107
DependTarget()
110
DependTarget()
(-)xc.old/lib/Xrandr/Imakefile (+3 lines)
Lines 28-33 Link Here
28
28
29
HEADERS = Xrandr.h
29
HEADERS = Xrandr.h
30
30
31
#define IncludeSharedObjectInNormalLib
32
#define UnsharedLibObjCompile(options) LibObjCompile(unshared,$(CDEBUGFLAGS) $(CLIBDEBUGFLAGS) options $(PICFLAGS))
33
31
#include <Library.tmpl>
34
#include <Library.tmpl>
32
35
33
MANSUFFIX = $(LIBMANSUFFIX)
36
MANSUFFIX = $(LIBMANSUFFIX)
(-)xc.old/lib/Xrender/Imakefile (+3 lines)
Lines 133-138 Link Here
133
133
134
HEADERS = Xrender.h $(NONSTANDARD_HEADERS)
134
HEADERS = Xrender.h $(NONSTANDARD_HEADERS)
135
135
136
#define IncludeSharedObjectInNormalLib
137
#define UnsharedLibObjCompile(options) LibObjCompile(unshared,$(CDEBUGFLAGS) $(CLIBDEBUGFLAGS) options $(PICFLAGS))
138
136
#include <Library.tmpl>
139
#include <Library.tmpl>
137
140
138
DependTarget()
141
DependTarget()

Return to bug 44274