diff options
author | wiz <wiz@pkgsrc.org> | 2012-02-10 15:34:10 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-02-10 15:34:10 +0000 |
commit | 6063f6d6ba289a415bdfba33c269d2a2be46a0e2 (patch) | |
tree | e23fd18e93eb3df934e0347128fb0a81cda1e26d /security | |
parent | b72219e47520c7110e45662c14042e4e568045fc (diff) | |
download | pkgsrc-6063f6d6ba289a415bdfba33c269d2a2be46a0e2.tar.gz |
Revert previous on popular request.
Diffstat (limited to 'security')
-rw-r--r-- | security/cyrus-sasl/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/security/cyrus-sasl/Makefile b/security/cyrus-sasl/Makefile index e17440127d2..90f7bc922d0 100644 --- a/security/cyrus-sasl/Makefile +++ b/security/cyrus-sasl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.59 2012/02/09 11:37:10 wiz Exp $ +# $NetBSD: Makefile,v 1.60 2012/02/10 15:34:10 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 |