diff options
Diffstat (limited to 'graphics/mypaint')
-rw-r--r-- | graphics/mypaint/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/mypaint/Makefile b/graphics/mypaint/Makefile index 200da39db4a2..95e099f3418b 100644 --- a/graphics/mypaint/Makefile +++ b/graphics/mypaint/Makefile @@ -29,6 +29,7 @@ INSTALLS_ICONS= yes SUB_FILES= pkg-install +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's,<malloc.h>,<stdlib.h>,' \ ${WRKSRC}/brushlib/operationqueue.c \ |