1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00

- Fix building after removal of objformat(1).

Reported by:	pointyhat
This commit is contained in:
Alejandro Pulver 2007-03-27 18:46:54 +00:00
parent f3b39c91e6
commit f7b3fe1c85
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=188576

View File

@ -26,5 +26,6 @@ PLIST_FILES= lib/xmms/Visualization/libwaterfall.la \
post-patch:
@${REINPLACE_CMD} -e 's|-O2|${CFLAGS}|' ${WRKSRC}/Makefile.in
@${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/ltconfig
.include <bsd.port.mk>