summaryrefslogtreecommitdiffstats
path: root/security/audit
diff options
context:
space:
mode:
authorsem <sem@FreeBSD.org>2005-02-10 10:53:00 +0000
committersem <sem@FreeBSD.org>2005-02-10 10:53:00 +0000
commitcdc749caa8e10c504a4464b880cdd672b6ee9d63 (patch)
tree670c56055d174aa697dcb5abe8a159b1ae1540f8 /security/audit
parentc5cf1fa3e866b07801adc975a57270ecaf46c7f8 (diff)
downloadFreeBSD-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/Makefile6
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 \
OpenPOWER on IntegriCloud