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/GuiHelpers/Makefile.am.orig (+1 lines)
Lines 73-78 Link Here
73
# moc-files generation
73
# moc-files generation
74
%_moc.cxx: %.hxx
74
%_moc.cxx: %.hxx
75
	$(MOC) $< -o $@
75
	$(MOC) $< -o $@
76
	perl -pi -e 's|static_cast|dynamic_cast|;' $@
76
77
77
# MOC pre-processing
78
# MOC pre-processing
78
MOC_FILES_HXX = \
79
MOC_FILES_HXX = \

Return to bug 472894