openmamba logo
GNU/Linux distribution
distribution community wiki forum bugs events products
software   community wiki forum bugs events products
packages firefox-2.0.0.11-x11_undef_references.patch
      Pages: < 1 >  DOWNLOAD      
--- firefox-2.0.0.11/mozilla/layout/build/Makefile.in.orig	2007-12-06 21:46:14.000000000 +0100
+++ firefox-2.0.0.11/mozilla/layout/build/Makefile.in	2007-12-06 21:47:11.000000000 +0100
@@ -240,6 +240,12 @@
 	$(NULL)
 endif
 
+ifdef MOZ_X11
+EXTRA_DSO_LDOPTS += \
+        -lXrender -lX11 \
+        $(NULL)
+endif
+
 include $(topsrcdir)/config/rules.mk
 
 LOCAL_INCLUDES	+= -I$(srcdir)/../base \