aboutsummaryrefslogtreecommitdiff
path: root/mail/vpopmail
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2007-06-06 09:10:33 +0000
committerPeter Pentchev <roam@FreeBSD.org>2007-06-06 09:10:33 +0000
commitc78458a73bfa1c7688710b02c67deb36bdc02ab5 (patch)
tree8a0badde7fb6058964509850a1267b3addc3f1a7 /mail/vpopmail
parent7cd3739f34b5c152e117044c7da0759e46f69833 (diff)
downloadports-c78458a73bfa1c7688710b02c67deb36bdc02ab5.tar.gz
ports-c78458a73bfa1c7688710b02c67deb36bdc02ab5.zip
Build the vpopmail library with position-independent code on ia64 too,
not just amd64. Reported by: kris Submitted by: oliver
Notes
Notes: svn path=/head/; revision=192888
Diffstat (limited to 'mail/vpopmail')
-rw-r--r--mail/vpopmail/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/vpopmail/Makefile b/mail/vpopmail/Makefile
index 9a6914d2e410..84fc1dfec134 100644
--- a/mail/vpopmail/Makefile
+++ b/mail/vpopmail/Makefile
@@ -7,6 +7,7 @@
PORTNAME= vpopmail
PORTVERSION= 5.4.17
+PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -203,7 +204,7 @@ EXTRA_PATCHES+= ${FILESDIR}/Makefile.in-noportdocs.patch
.include <bsd.port.pre.mk>
-.if !defined(WITHOUT_FPIC) && ${ARCH} == "amd64"
+.if !defined(WITHOUT_FPIC) && ( ${ARCH} == "amd64" || ${ARCH} == "ia64" )
CFLAGS+= -fPIC
.endif