diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-03-07 12:48:48 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-03-07 12:48:48 +0000 |
commit | 5e511878ecce8e7c6f76ceadcc15b0af516cb180 (patch) | |
tree | 0c6cb1668cb4240e4232fab7950d3015fb20e5c6 /devel/libical/Makefile | |
parent | f6ce13f22f6f0367a693480f214e087266f9bebf (diff) |
Notes
Diffstat (limited to 'devel/libical/Makefile')
-rw-r--r-- | devel/libical/Makefile | 2 |
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> |