summaryrefslogtreecommitdiff
path: root/www/wsdlpull
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-06-19 22:32:21 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-06-19 22:32:21 +0000
commit2602ff611e8beb0300ca7a46352c06c65c478a7b (patch)
treea3cfdd4d5ac109d9dd6ce56f23624c784b90ba95 /www/wsdlpull
parentUpdate to 0.05 (diff)
- Fix build
Submitted by: pointyhat via kris
Notes
Notes: svn path=/head/; revision=193909
Diffstat (limited to 'www/wsdlpull')
-rw-r--r--www/wsdlpull/Makefile4
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)