diff options
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/whistlerk/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-themes/whistlerk/Makefile b/x11-themes/whistlerk/Makefile index def7b26137d0..743ab66da785 100644 --- a/x11-themes/whistlerk/Makefile +++ b/x11-themes/whistlerk/Makefile @@ -25,5 +25,6 @@ USE_GMAKE= yes post-patch: @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' ${WRKSRC}/ltconfig .include <bsd.port.mk> |