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

(-)xpcom/base/nsDebugImpl.cpp (-1 / +1 lines)
Lines 65-71 Link Here
65
65
66
#if defined(__GNUC__) && defined(__i386)
66
#if defined(__GNUC__) && defined(__i386)
67
#  define DebugBreak() { asm("int $3"); }
67
#  define DebugBreak() { asm("int $3"); }
68
#elif defined(__APPLE__)
68
#elif defined(__APPLE__) && defined(XP_MACOSX)
69
#  include "MacTypes.h"
69
#  include "MacTypes.h"
70
#  define DebugBreak() { Debugger(); }
70
#  define DebugBreak() { Debugger(); }
71
#else
71
#else
(-)Makefile.in (+5 lines)
Lines 75-80 Link Here
75
	$(MOZ_COMPONENT_LIBS) \
75
	$(MOZ_COMPONENT_LIBS) \
76
	$(NULL)
76
	$(NULL)
77
77
78
# dependencies for gkgfx
79
ifeq ($(MOZ_WIDGET_TOOLKIT), gtk2)
80
EXTRA_DSO_LDOPTS += $(MOZ_GTK2_LIBS)
81
endif
82
78
# Need to link to CoreFoundation for Mac Migrators (PList reading code)
83
# Need to link to CoreFoundation for Mac Migrators (PList reading code)
79
ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT)))
84
ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT)))
80
EXTRA_DSO_LDOPTS += \
85
EXTRA_DSO_LDOPTS += \

Return to bug 63018