diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-02-20 15:34:19 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-02-20 15:34:19 +0000 |
commit | 2278059ba6d5b95a01157fc663526be94f8efe1c (patch) | |
tree | 95393414b560b28d1dd877e0cc9b07ee3eb8f5e6 /devel/libical/Makefile | |
parent | b8c79d7091603f43f692ce59e72ab2805425614b (diff) | |
download | ports-2278059ba6d5b95a01157fc663526be94f8efe1c.tar.gz ports-2278059ba6d5b95a01157fc663526be94f8efe1c.zip |
Notes
Diffstat (limited to 'devel/libical/Makefile')
-rw-r--r-- | devel/libical/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/libical/Makefile b/devel/libical/Makefile index 412316def58d..daa009d7ccf5 100644 --- a/devel/libical/Makefile +++ b/devel/libical/Makefile @@ -29,4 +29,8 @@ CONFIGURE_ARGS= --enable-python=no PLIST_SUB+= PYTHON:="@comment " .endif -.include <bsd.port.mk> +.include <bsd.port.pre.mk> +.if ${ARCH} == "amd64" +CONFIGURE_ENV= CFLAGS="${CFLAGS} -fPIC" +.endif +.include <bsd.port.post.mk> |