diff options
author | sem <sem@FreeBSD.org> | 2005-02-10 10:53:00 +0000 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-02-10 10:53:00 +0000 |
commit | cdc749caa8e10c504a4464b880cdd672b6ee9d63 (patch) | |
tree | 670c56055d174aa697dcb5abe8a159b1ae1540f8 /security/audit | |
parent | c5cf1fa3e866b07801adc975a57270ecaf46c7f8 (diff) | |
download | FreeBSD-ports-cdc749caa8e10c504a4464b880cdd672b6ee9d63.zip FreeBSD-ports-cdc749caa8e10c504a4464b880cdd672b6ee9d63.tar.gz |
- Unbreak on amd64
PR: ports/77328
Submitted by: Johan van Selst <johans(at)stack.nl>
Diffstat (limited to 'security/audit')
-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 d44d52c..c2d8442 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 \ |