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

(-)src/MEDGUI/Makefile.am.orig (+1 lines)
Lines 40-45 Link Here
40
# meta object implementation files generation (moc)
40
# meta object implementation files generation (moc)
41
%_moc.cxx: %.h
41
%_moc.cxx: %.h
42
	$(MOC) $< -o $@
42
	$(MOC) $< -o $@
43
	perl -pi -e 's|static_cast|dynamic_cast|;' $@
43
44
44
# translation (*.qm) files generation (lrelease)
45
# translation (*.qm) files generation (lrelease)
45
%.qm: %.ts
46
%.qm: %.ts

Return to bug 472894