diff options
Diffstat (limited to 'editors/xmleditor/Makefile')
-rw-r--r-- | editors/xmleditor/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/xmleditor/Makefile b/editors/xmleditor/Makefile index 80d8ae83ff52..202f9e2e7842 100644 --- a/editors/xmleditor/Makefile +++ b/editors/xmleditor/Makefile @@ -23,6 +23,7 @@ MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ USE_LDCONFIG= yes # Fix for GCC 4.2 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '257s,((char\*)\*n),n,' \ -e '/gtk_xml_modules_add_module/s,const ,,' \ |