aboutsummaryrefslogtreecommitdiff
path: root/security/audit
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2005-02-10 10:53:00 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2005-02-10 10:53:00 +0000
commit17c6ed85f365c5c79d9787f8be9a1d99acfbf773 (patch)
tree1f88f722a3ca4b85fe28876f06f52b8d99cf946b /security/audit
parent636243a194c1cab4016741aaf475afe716b2ef09 (diff)
downloadports-17c6ed85f365c5c79d9787f8be9a1d99acfbf773.tar.gz
ports-17c6ed85f365c5c79d9787f8be9a1d99acfbf773.zip
Notes
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 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 \