aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-03-07 20:48:48 +0800
committerkris <kris@FreeBSD.org>2004-03-07 20:48:48 +0800
commit0434c74f8ac18908516905c2c77400735502c306 (patch)
treedf8caa31740a366f48a230f3fbae628830481014 /devel
parent6a05bacdd48d075c395e02c2f11fc3689ec328ee (diff)
downloadfreebsd-ports-gnome-0434c74f8ac18908516905c2c77400735502c306.tar.gz
freebsd-ports-gnome-0434c74f8ac18908516905c2c77400735502c306.tar.zst
freebsd-ports-gnome-0434c74f8ac18908516905c2c77400735502c306.zip
Extend -fPIC to ia64 as well.
Diffstat (limited to 'devel')
-rw-r--r--devel/libical/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libical/Makefile b/devel/libical/Makefile
index daa009d7ccf5..91f978a6dd75 100644
--- a/devel/libical/Makefile
+++ b/devel/libical/Makefile
@@ -30,7 +30,7 @@ PLIST_SUB+= PYTHON:="@comment "
.endif
.include <bsd.port.pre.mk>
-.if ${ARCH} == "amd64"
+.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
CONFIGURE_ENV= CFLAGS="${CFLAGS} -fPIC"
.endif
.include <bsd.port.post.mk>