aboutsummaryrefslogtreecommitdiff
path: root/lang/q
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-03-29 14:10:24 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-03-29 14:10:24 +0000
commit35044974bdbe6f8b11904712713af5ff0218b46f (patch)
tree87b2db1b26dd10306ebab920896976cd003ebd27 /lang/q
parent4eeff01900f9bbaeb024c8675232e9032434c415 (diff)
downloadports-35044974bdbe6f8b11904712713af5ff0218b46f.tar.gz
ports-35044974bdbe6f8b11904712713af5ff0218b46f.zip
Notes
Diffstat (limited to 'lang/q')
-rw-r--r--lang/q/Makefile1
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>,"