forked from Lainports/freebsd-ports
- Fix build on 7.X and above
Reported by: pointyhat Approved by: portmgr (hat)
This commit is contained in:
parent
9ef0ed5efa
commit
10820fe95e
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue