diff options
Diffstat (limited to 'finance/aqbanking/Makefile')
-rw-r--r-- | finance/aqbanking/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/finance/aqbanking/Makefile b/finance/aqbanking/Makefile index eebde9f922eb..906c105db9b3 100644 --- a/finance/aqbanking/Makefile +++ b/finance/aqbanking/Makefile @@ -44,4 +44,7 @@ PLIST_SUB+= OFX="@comment " LIB_DEPENDS+= ktoblzcheck.4:${PORTSDIR}/finance/ktoblzcheck .endif +post-patch: + @${REINPLACE_CMD} -e "s|echo aout|echo elf|g" ${WRKSRC}/configure + .include <bsd.port.post.mk> |