Quick hack to fix duplicate symbol problem in static build caused by checkin for bug #83242
git-svn-id: svn://10.0.0.236/trunk@97666 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
298c88af1d
commit
94d738dfb4
@ -45,6 +45,11 @@
|
||||
#define DEBUG_METER(x)
|
||||
#endif
|
||||
|
||||
#ifdef _IMPL_NS_XPRINT
|
||||
#define nsGCCache nsGCCacheXlib
|
||||
#define GCCacheEntry GCCacheEntryXlib
|
||||
#endif
|
||||
|
||||
class nsGCCache;
|
||||
|
||||
class xGC {
|
||||
|
||||
@ -65,7 +65,7 @@ EXTRA_DSO_LDOPTS += $(MOZ_COMPONENT_LIBS) \
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
DEFINES += -D_IMPL_NS_GFXONXP -DUSE_MOZILLA_TYPES -DUSE_XPRINT
|
||||
DEFINES += -D_IMPL_NS_GFXONXP -DUSE_MOZILLA_TYPES -DUSE_XPRINT -D_IMPL_NS_XPRINT
|
||||
ifeq ($(OS_ARCH), Linux)
|
||||
DEFINES += -D_BSD_SOURCE
|
||||
endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user