1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00

- Fix build on HEAD after objformat remove

PR:		108823
Submitted by:	ports@c0decafe.net (maintainer)
This commit is contained in:
Martin Wilke 2007-02-08 22:32:32 +00:00
parent bd1df1b959
commit 57760cecb9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=184611
2 changed files with 2 additions and 0 deletions

View File

@ -43,5 +43,6 @@ post-extract:
-e 's#\([@(]\)GAIM_LIBDIR\([@)]\)#\1libdir\2#' \
-e 's#\([@(]\)GAIM_DATADIR\([@)]\)#\1datadir\2#'
@${REINPLACE_CMD} -e 's|-g3||' ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure
.include <bsd.port.post.mk>

View File

@ -43,5 +43,6 @@ post-extract:
-e 's#\([@(]\)GAIM_LIBDIR\([@)]\)#\1libdir\2#' \
-e 's#\([@(]\)GAIM_DATADIR\([@)]\)#\1datadir\2#'
@${REINPLACE_CMD} -e 's|-g3||' ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure
.include <bsd.port.post.mk>