diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-02-10 10:53:00 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-02-10 10:53:00 +0000 |
commit | 17c6ed85f365c5c79d9787f8be9a1d99acfbf773 (patch) | |
tree | 1f88f722a3ca4b85fe28876f06f52b8d99cf946b | |
parent | - fix PLIST (diff) |
- Unbreak on amd64
PR: ports/77328
Submitted by: Johan van Selst <johans(at)stack.nl>
-rw-r--r-- | security/audit/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/security/audit/Makefile b/security/audit/Makefile index d44d52c6300f..c2d844292bd7 100644 --- a/security/audit/Makefile +++ b/security/audit/Makefile @@ -20,6 +20,8 @@ COMMENT= Tools for remote and centralized audit data collection OPTIONS= MYSQL "With MySQL support" off \ PGSQL "With PostGreSQL support" off +MAKE_ARGS= CFLAGS+="-fPIC -DPIC" + .if defined(WITH_MYSQL) USE_MYSQL= yes .endif @@ -62,10 +64,6 @@ LIBVERSION= 1 .include <bsd.port.pre.mk> -.if ${ARCH} == "amd64" -BROKEN= "Does not compile on amd64" -.endif - post-patch: ${REINPLACE_CMD} -e "s@Linux@FreeBSD@g" ${WRKSRC}/configure (${FIND} ${WRKSRC}/src/modules -name Makefile.in -exec \ |