diff options
Diffstat (limited to 'www/dillo/Makefile')
-rw-r--r-- | www/dillo/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/www/dillo/Makefile b/www/dillo/Makefile index a15f828baf23..d62b815686ca 100644 --- a/www/dillo/Makefile +++ b/www/dillo/Makefile @@ -45,8 +45,6 @@ CONFLICTS= dillo-i18n-*[0-9]* \ dillo-[2-9]* post-patch: - @${REINPLACE_CMD} -e 's|-pthread|${PTHREAD_LIBS}|g ; \ - s|-D_THREAD_SAFE|${PTHREAD_CFLAGS}|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|dillorc|dillorc.sample|g' ${WRKSRC}/Makefile.in @${CP} ${WRKSRC}/dillorc ${WRKSRC}/dillorc.sample |