diff options
| -rw-r--r-- | www/mod_perl2/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/mod_perl2/Makefile b/www/mod_perl2/Makefile index 8ef61f37fbb5..bc9b525c3697 100644 --- a/www/mod_perl2/Makefile +++ b/www/mod_perl2/Makefile @@ -95,6 +95,9 @@ post-patch: -e "s|'bin', 'apxs'|'sbin', 'apxs'|" \ ${WRKSRC}/lib/Apache2/Build.pm +pre-configure: + @${FIND} ${WRKSRC} -type f \( -name \*.bak -o -name \*.orig \) -delete + post-configure: ${REINPLACE_CMD} -e 's/-pthread -Wl,-E//g' \ ${PATCH_WRKSRC}/xs/APR/APR/Makefile |
