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

Collapse All | Expand All

(-)toolkit/library/libxul.mk.orig (+4 lines)
Lines 52-57 endif Link Here
52
endif
52
endif
53
endif
53
endif
54
54
55
ifeq ($(OS_ARCH),FreeBSD)
56
EXTRA_DSO_LDOPTS += -lexecinfo
57
endif
58
55
ifdef _MSC_VER
59
ifdef _MSC_VER
56
get_first_and_last = dumpbin -exports $1 | grep _NSModule@@ | sort -k 3 | sed -n 's/^.*?\([^@]*\)@@.*$$/\1/;1p;$$p'
60
get_first_and_last = dumpbin -exports $1 | grep _NSModule@@ | sort -k 3 | sed -n 's/^.*?\([^@]*\)@@.*$$/\1/;1p;$$p'
57
else
61
else

Return to bug 563572