diff options
Diffstat (limited to 'lang/q')
-rw-r--r-- | lang/q/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/q/Makefile b/lang/q/Makefile index 61f80e866b03..a5ffa5930e85 100644 --- a/lang/q/Makefile +++ b/lang/q/Makefile @@ -91,6 +91,7 @@ post-patch: @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} \ ${GREP} -l "^examplesdir" | ${XARGS} ${REINPLACE_CMD} -e \ "s;[(]pkgdatadir[)]/examples;(datadir)/examples/@PACKAGE@;" + @${FIND} ${WRKSRC} -name configure | ${XARGS} ${REINPLACE_CMD} -e 's|echo aout|echo elf|' @${FIND} ${WRKSRC} -name "*.[ch]" | ${XARGS} \ ${GREP} -l "<malloc\.h>" | ${XARGS} ${REINPLACE_CMD} \ -e "s,<malloc\.h>,<stdlib.h>," |