diff options
author | pav <pav@FreeBSD.org> | 2007-03-29 22:10:24 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-03-29 22:10:24 +0800 |
commit | e6be52501aca3f6e59c5e578f2804c08a01ce381 (patch) | |
tree | 08e177984bb5c027ceaf5de248a61399bd74cb1d /lang/q | |
parent | 4ab63de6b793d2b0a30acbaa4592adfd38f7fe93 (diff) | |
download | freebsd-ports-gnome-e6be52501aca3f6e59c5e578f2804c08a01ce381.tar.gz freebsd-ports-gnome-e6be52501aca3f6e59c5e578f2804c08a01ce381.tar.zst freebsd-ports-gnome-e6be52501aca3f6e59c5e578f2804c08a01ce381.zip |
- Fix after objformat removal
Reported by: pointyhat
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>," |