diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-06-19 22:32:21 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-06-19 22:32:21 +0000 |
commit | 2602ff611e8beb0300ca7a46352c06c65c478a7b (patch) | |
tree | a3cfdd4d5ac109d9dd6ce56f23624c784b90ba95 /www | |
parent | 9e55cd9d17aa1a8d4f497beab8851b3861f26a3a (diff) | |
download | ports-2602ff611e8beb0300ca7a46352c06c65c478a7b.tar.gz ports-2602ff611e8beb0300ca7a46352c06c65c478a7b.zip |
Notes
Diffstat (limited to 'www')
-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) |