aboutsummaryrefslogtreecommitdiff
path: root/mail/courier-authlib-vchkpw
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2017-02-09 18:53:12 +0000
committerMark Linimon <linimon@FreeBSD.org>2017-02-09 18:53:12 +0000
commit9c19df593a82f27525bddda97946febd7e1fbb3e (patch)
treebe5801b4b385a04c75cc1baf3b06a46cc4f893e5 /mail/courier-authlib-vchkpw
parent94cfddd88b5504163425ef7d62dc9066c0967772 (diff)
downloadports-9c19df593a82f27525bddda97946febd7e1fbb3e.tar.gz
ports-9c19df593a82f27525bddda97946febd7e1fbb3e.zip
Add -fPIC to various ports to enable them to build on armv6.
Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=433767
Diffstat (limited to 'mail/courier-authlib-vchkpw')
-rw-r--r--mail/courier-authlib-vchkpw/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/courier-authlib-vchkpw/Makefile b/mail/courier-authlib-vchkpw/Makefile
index 12f4fcf99f2b..ea3887d59752 100644
--- a/mail/courier-authlib-vchkpw/Makefile
+++ b/mail/courier-authlib-vchkpw/Makefile
@@ -9,4 +9,6 @@ CATEGORIES= mail
MASTERDIR= ${.CURDIR}/../../security/courier-authlib
+CFLAGS_aarch64= -fPIC
+
.include "${MASTERDIR}/Makefile"