diff options
Diffstat (limited to 'devel/coccinelle')
-rw-r--r-- | devel/coccinelle/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/coccinelle/Makefile b/devel/coccinelle/Makefile index 1fb6814fe569..8ea9573ae4ba 100644 --- a/devel/coccinelle/Makefile +++ b/devel/coccinelle/Makefile @@ -19,6 +19,7 @@ SHEBANG_FILES= configure MAN1= spatch.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} 's|CAMLreturn0|return 0|' \ ${WRKSRC}/pycaml/pycaml_ml.c |