diff options
Diffstat (limited to 'www/epiphany')
-rw-r--r-- | www/epiphany/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index aa625ad67..68e94aad9 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -94,8 +94,6 @@ post-patch: .endif @${FIND} ${WRKSRC} -name "Makefile.in*" | ${XARGS} ${REINPLACE_CMD} -e \ 's|-lpthread|${PTHREAD_LIBS}|g' - @${FIND} ${WRKSRC} -name "*.cpp" | ${XARGS} ${REINPLACE_CMD} -e \ - 's|malloc\.h|stdlib.h|g' post-configure: @${SED} -e 's|%%PREFIX%%|${PREFIX}|g ; \ |