summaryrefslogtreecommitdiff
path: root/security/cyrus-sasl
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2012-02-22 15:39:43 +0000
committerwiz <wiz@pkgsrc.org>2012-02-22 15:39:43 +0000
commitf3a3cced27686b88cd752ba0906b0e96d04d7565 (patch)
treed1029bb4ec7f3c7cf528ed3773ac6ad39ecbcc64 /security/cyrus-sasl
parentd03d212634bb395ddc23dfa1f0628952e061e9e9 (diff)
downloadpkgsrc-f3a3cced27686b88cd752ba0906b0e96d04d7565.tar.gz
Revert unintended commits.
Diffstat (limited to 'security/cyrus-sasl')
-rw-r--r--security/cyrus-sasl/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/security/cyrus-sasl/Makefile b/security/cyrus-sasl/Makefile
index 3afbd212bd1..110615629fc 100644
--- a/security/cyrus-sasl/Makefile
+++ b/security/cyrus-sasl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.61 2012/02/22 15:31:34 wiz Exp $
+# $NetBSD: Makefile,v 1.62 2012/02/22 15:39:44 wiz Exp $
SVR4_PKGNAME= csasl
COMMENT= Simple Authentication and Security Layer
@@ -7,8 +7,6 @@ PKG_DESTDIR_SUPPORT= user-destdir
.include "Makefile.common"
-CPPFLAGS+= -DPIC -fPIC
-
.if exists(/usr/include/ndbm.h) && ${OPSYS} != "Linux"
SASL_DBTYPE?= ndbm
.else