View | Details | Raw Unified | Return to issue 41640
Collapse All | Expand All

(-)mozilla-source-1.7.5.patch (+13 lines)
Lines 5361-5363 Link Here
5361
 endif
5361
 endif
5362
 
5362
 
5363
 endif
5363
 endif
5364
--- misc/build/mozilla/gfx/src/gtk/Makefile.in Sun Jan 30 11:10:45 2005
5365
+++ misc/build/mozilla/gfx/src/gtk/Makefile.in Sun Jan 30 11:10:46 2005
5366
@@ -176,6 +176,10 @@
5367
 CXXFLAGS       += $(MOZ_GTK_CFLAGS) $(MOZ_GTK2_CFLAGS)
5368
 CFLAGS         += $(MOZ_GTK_CFLAGS) $(MOZ_GTK2_CFLAGS)
5369
 
5370
+ifeq ($(OS_ARCH), Darwin)
5371
+EXTRA_DSO_LDOPTS += $(XLDFLAGS) $(XLIBS)
5372
+endif
5373
+
5374
 ifeq ($(OS_ARCH), SunOS)
5375
 ifndef GNU_CC
5376
 # When using Sun's WorkShop compiler, including

Return to issue 41640