On 4/27/07, Dan Nicholson <[EMAIL PROTECTED]> wrote: > cat >> layout/build/Makefile.in << "EOF" > ifdef MOZ_ENABLE_CANVAS > EXTRA_DSO_LDOPTS += -lX11 -lXrender > endif > EOF
For firefox 2.0.0.3 I've also needed the following amendments: 1. LOCAL_INCLUDES = -I$(srcdir)/../public to the 'xpcom/typelib/xpt/src/Makefile.in' 2. LOCAL_INCLUDES += -I$(topsrcdir)/xpinstall/cleanup to the 'toolkit/xre/Makefile.in' 3. LOCAL_INCLUDES = -I$(topsrcdir)/modules/libreg/include to the 'browser/components/migration/src/Makefile.in' Fix -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
