Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 134381 | Differences between
and this patch

Collapse All | Expand All

(-)flock.orig/layout/build/Makefile.in (+6 lines)
Lines 212-220 Link Here
212
ifdef MOZ_ENABLE_XLIB
212
ifdef MOZ_ENABLE_XLIB
213
EXTRA_DSO_LDOPTS += \
213
EXTRA_DSO_LDOPTS += \
214
		-lxlibrgb \
214
		-lxlibrgb \
215
		$(XLDFLAGS) $(XT_LIBS) $(XLIBS) \
215
		$(NULL)
216
		$(NULL)
216
endif
217
endif
217
218
219
ifndef MOZ_ENABLE_LIBXFT
220
EXTRA_DSO_LDOPTS += $(MOZ_XFT_LIBS) \
221
		    $(NULL)
222
endif
223
218
ifdef NS_TRACE_MALLOC
224
ifdef NS_TRACE_MALLOC
219
EXTRA_DSO_LIBS	+= tracemalloc
225
EXTRA_DSO_LIBS	+= tracemalloc
220
endif
226
endif

Return to bug 134381