1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

- Fix building after removal of objformat(1).

Reported by:	pointyhat
This commit is contained in:
Alejandro Pulver 2007-03-27 18:28:08 +00:00
parent 600c3eff39
commit d156916e12
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=188573
3 changed files with 10 additions and 0 deletions

View File

@ -27,4 +27,7 @@ GNU_CONFIGURE= yes
PLIST_FILES= lib/xmms/Effect/libefx.la \
lib/xmms/Effect/libefx.so
post-patch:
@${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/ltconfig
.include <bsd.port.mk>

View File

@ -25,4 +25,8 @@ USE_GNOME= gtk12
PLIST_FILES= lib/xmms/Effect/libfxt.la \
lib/xmms/Effect/libfxt.so
post-patch:
@${REINPLACE_CMD} -e 's|echo aout|echo elf|' \
${WRKSRC}/configure ${WRKSRC}/ltconfig
.include <bsd.port.mk>

View File

@ -26,4 +26,7 @@ PLIST_FILES= lib/xmms/Visualization/libplazma.a \
lib/xmms/Visualization/libplazma.la \
lib/xmms/Visualization/libplazma.so
post-patch:
@${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/ltconfig
.include <bsd.port.mk>