diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-09-15 22:50:34 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-09-15 22:50:34 +0000 |
commit | 63c73ede282adc965b70aeed6b5a04c09906a5b8 (patch) | |
tree | cb67789764ab15b8630dfb9cc1f6790d915151df | |
parent | - Add USE_XLIB, required when WITH_NVIDIA_GL is defined (diff) |
- Fix on 7.x and above (objformat)
Reported by: QAT
Approved by: portmgr (self)
Notes
Notes:
svn path=/head/; revision=220398
-rw-r--r-- | databases/mysql-q4m/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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} |