diff options
-rw-r--r-- | www/wsdlpull/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/wsdlpull/Makefile b/www/wsdlpull/Makefile index e9b8db41c75b..4fb097e6404c 100644 --- a/www/wsdlpull/Makefile +++ b/www/wsdlpull/Makefile @@ -30,7 +30,9 @@ LDFLAGS= -L${LOCALBASE}/lib post-patch: @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ 's|: install-docsDATA|:|g' - @${REINPLACE_CMD} -e '/-O2 -Wall/d' ${WRKSRC}/configure + @${REINPLACE_CMD} -e '/-O2 -Wall/d' \ + -e 's|echo aout|echo elf|g' \ + ${WRKSRC}/configure post-install: .if !defined(NOPORTDOCS) |