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

Collapse All | Expand All

(-)adm_local/unix/make_common_starter.am.orig (+1 lines)
Lines 61-66 Link Here
61
# meta object implementation files generation (moc)
61
# meta object implementation files generation (moc)
62
%_moc.cxx: %.h
62
%_moc.cxx: %.h
63
	$(MOC) $< -o $@
63
	$(MOC) $< -o $@
64
	perl -pi -e 's|static_cast|dynamic_cast|;' $@
64
65
65
# translation (*.qm) files generation (lrelease)
66
# translation (*.qm) files generation (lrelease)
66
%.qm: %.ts
67
%.qm: %.ts

Return to bug 472894