From 63c73ede282adc965b70aeed6b5a04c09906a5b8 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Mon, 15 Sep 2008 22:50:34 +0000 Subject: [PATCH] - Fix on 7.x and above (objformat) Reported by: QAT Approved by: portmgr (self) --- databases/mysql-q4m/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/databases/mysql-q4m/Makefile b/databases/mysql-q4m/Makefile index e4751b783aa6..e979f9c35eab 100644 --- a/databases/mysql-q4m/Makefile +++ b/databases/mysql-q4m/Makefile @@ -46,6 +46,9 @@ post-extract: PORTDOCS= AUTHORS ChangeLog README doc PORTEXAMPLES= crawler install.sql +post-patch: + @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure + post-install: ${MKDIR} ${DOCSDIR} .for f in ${PORTDOCS}