Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Feb 2017 17:04:37 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r434128 - head/mail/courier-authlib-vchkpw
Message-ID:  <201702141704.v1EH4b5L047610@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Tue Feb 14 17:04:37 2017
New Revision: 434128
URL: https://svnweb.freebsd.org/changeset/ports/434128

Log:
  Remove -fPIC.  Problem was in mail/vpopmail.

Modified:
  head/mail/courier-authlib-vchkpw/Makefile

Modified: head/mail/courier-authlib-vchkpw/Makefile
==============================================================================
--- head/mail/courier-authlib-vchkpw/Makefile	Tue Feb 14 17:04:02 2017	(r434127)
+++ head/mail/courier-authlib-vchkpw/Makefile	Tue Feb 14 17:04:37 2017	(r434128)
@@ -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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702141704.v1EH4b5L047610>