Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 234934
Collapse All | Expand All

(-)swt-3.4-r1.ebuild (-1 / +2 lines)
Lines 146-152 Link Here
146
		einfo "Building the Mozilla component against xulrunner-1.9"
146
		einfo "Building the Mozilla component against xulrunner-1.9"
147
147
148
		export MOZILLA_INCLUDES="$(pkg-config libxul --cflags)"
148
		export MOZILLA_INCLUDES="$(pkg-config libxul --cflags)"
149
		export MOZILLA_LIBS="$(pkg-config libxul --libs)"
149
		export MOZILLA_LIBS="-Wl,-R/usr/$(get_libdir)/xulrunner-1.9 $(pkg-config libxul --libs)"
150
150
151
151
		${make} make_mozilla || die "Failed to build xulrunner support"
152
		${make} make_mozilla || die "Failed to build xulrunner support"
152
	fi
153
	fi

Return to bug 234934