mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
- Fix building after removal of objformat(1).
Reported by: pointyhat
This commit is contained in:
parent
600c3eff39
commit
d156916e12
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=188573
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user