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 69-74 Link Here
69
# meta object implementation files generation (moc)
69
# meta object implementation files generation (moc)
70
%_moc.cxx: %.h
70
%_moc.cxx: %.h
71
	$(MOC) $< -o $@
71
	$(MOC) $< -o $@
72
	perl -pi -e 's|static_cast|dynamic_cast|;' $@
72
73
73
# translation (*.qm) files generation (lrelease)
74
# translation (*.qm) files generation (lrelease)
74
%.qm: %.ts
75
%.qm: %.ts

Return to bug 472894