diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-11-26 10:35:19 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-11-26 10:35:19 +0000 |
commit | e1f5de0ecdc97def89a9f8385041fbfc06fca478 (patch) | |
tree | 1a4e3f9cb08ca051726694b6aeee2a1af2325356 /editors/calligra | |
parent | af8d633ce270541f63a7b1298f76a6a6620c91f8 (diff) | |
download | ports-e1f5de0ecdc97def89a9f8385041fbfc06fca478.tar.gz ports-e1f5de0ecdc97def89a9f8385041fbfc06fca478.zip |
Notes
Diffstat (limited to 'editors/calligra')
-rw-r--r-- | editors/calligra/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/editors/calligra/Makefile b/editors/calligra/Makefile index 8c305f9524b3..c1398755ed66 100644 --- a/editors/calligra/Makefile +++ b/editors/calligra/Makefile @@ -39,4 +39,8 @@ LDCONFIG_DIRS+= %%PREFIX%%/lib %%PREFIX%%/lib/kde3 .include <bsd.port.pre.mk> +.if ${ARCH} == "ia64" || ${ARCH} == "amd64" +CFLAGS+= -fPIC +.endif + .include <bsd.port.post.mk> |