1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Build the vpopmail library with position-independent code on ia64 too,

not just amd64.

Reported by:	kris
Submitted by:	oliver
This commit is contained in:
Peter Pentchev 2007-06-06 09:10:33 +00:00
parent 7cd3739f34
commit c78458a73b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=192888

View File

@ -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