aboutsummaryrefslogtreecommitdiff
path: root/biology/embassy/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'biology/embassy/Makefile')
-rw-r--r--biology/embassy/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/biology/embassy/Makefile b/biology/embassy/Makefile
index 5d3ed872749a..bdabee8ee1b0 100644
--- a/biology/embassy/Makefile
+++ b/biology/embassy/Makefile
@@ -89,6 +89,9 @@ do-extract:
fi
.endfor
+post-patch:
+ @${FIND} ${WRKSRC} -name configure | ${XARGS} ${REINPLACE_CMD} -e 's|echo aout|echo elf|'
+
do-configure:
.for app in ${APPLIST}
@ cd ${${app}_WRKSRC} && \