diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2017-02-14 17:04:37 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2017-02-14 17:04:37 +0000 |
commit | fc4fc033d7f85d7669e89745b418e80a0488a9e0 (patch) | |
tree | 373932479d39714b7146fbff1984ff1ef62fffbf | |
parent | Don't patch away upstream -fPIC so dependent ports can link libvpopmail.a (diff) |
Remove -fPIC. Problem was in mail/vpopmail.
Notes
Notes:
svn path=/head/; revision=434128
-rw-r--r-- | mail/courier-authlib-vchkpw/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mail/courier-authlib-vchkpw/Makefile b/mail/courier-authlib-vchkpw/Makefile index ea3887d59752..253650e691c1 100644 --- a/mail/courier-authlib-vchkpw/Makefile +++ b/mail/courier-authlib-vchkpw/Makefile @@ -1,7 +1,7 @@ # Created by: Yarema <yds@CoolRat.org> # $FreeBSD$ -PORTREVISION= 2 +PORTREVISION= 3 PKGNAMESUFFIX= -vchkpw COMMENT= Vpopmail/vchkpw support for the Courier authentication library @@ -9,6 +9,4 @@ CATEGORIES= mail MASTERDIR= ${.CURDIR}/../../security/courier-authlib -CFLAGS_aarch64= -fPIC - .include "${MASTERDIR}/Makefile" |