Fix build after objformat removal
This commit is contained in:
parent
fbff88f45c
commit
1068af6f6e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=187591
2 changed files with 12 additions and 2 deletions
|
@ -21,4 +21,9 @@ GNU_CONFIGURE= yes
|
|||
|
||||
PLIST_FILES= lib/bmp/General/libsong_change.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e "s,echo aout, echo elf," ${WRKSRC}/configure
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -26,4 +26,9 @@ CONFIGURE_TARGET= --target=""
|
|||
USE_LDCONFIG= yes
|
||||
MAN1= soxt-config.1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e "s,echo aout, echo elf," ${WRKSRC}/configure
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue