1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00

- Fix build

Submitted by:	pointyhat via kris
This commit is contained in:
Martin Wilke 2007-06-19 22:32:21 +00:00
parent 9e55cd9d17
commit 2602ff611e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=193909

View File

@ -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)