summaryrefslogtreecommitdiff
path: root/security/cyrus-sasl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/cyrus-sasl/Makefile')
-rw-r--r--security/cyrus-sasl/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/cyrus-sasl/Makefile b/security/cyrus-sasl/Makefile
index 110615629fc..dccd48c3cb2 100644
--- a/security/cyrus-sasl/Makefile
+++ b/security/cyrus-sasl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.62 2012/02/22 15:39:44 wiz Exp $
+# $NetBSD: Makefile,v 1.63 2012/03/03 12:54:21 wiz Exp $
SVR4_PKGNAME= csasl
COMMENT= Simple Authentication and Security Layer
@@ -7,6 +7,8 @@ PKG_DESTDIR_SUPPORT= user-destdir
.include "Makefile.common"
+CPPFLAGS+= -DPIC -fPIC
+
.if exists(/usr/include/ndbm.h) && ${OPSYS} != "Linux"
SASL_DBTYPE?= ndbm
.else