1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00

- Fix build on 7.X and above

Reported by:	pointyhat
Approved by:	portmgr (hat)
This commit is contained in:
Pav Lucistnik 2007-11-12 18:34:05 +00:00
parent 9ef0ed5efa
commit 10820fe95e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=202644

View File

@ -30,6 +30,9 @@ CONFIGURE_ARGS= --with-libiconv-prefix="${LOCALBASE}" \
MAKEFILE= ${FILESDIR}/Makefile
post-patch:
@${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure
# "obj" is magic to our make(1)
post-configure:
@${RM} -rf ${WRKSRC}/obj