diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-03-22 14:56:46 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-03-22 14:56:46 +0000 |
commit | 9392870cdb1d2dd244ae1defbab8d53d428456d8 (patch) | |
tree | 243cc114f765d32862e6824e179a7fdccd6b30fc /editors/calligra | |
parent | f1f5fe85ccd7b5a78fdd9645e105c2ec6b600249 (diff) |
Don't add -fPIC to CFLAGS on amd64 and ia64.
The original problem seems to be fixed in koffice 1.3
Tested on: amd64
Notes
Notes:
svn path=/head/; revision=104940
Diffstat (limited to 'editors/calligra')
-rw-r--r-- | editors/calligra/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/editors/calligra/Makefile b/editors/calligra/Makefile index c430678a15c5..2e19bf045aa5 100644 --- a/editors/calligra/Makefile +++ b/editors/calligra/Makefile @@ -44,10 +44,6 @@ LDCONFIG_DIRS+= %%PREFIX%%/lib %%PREFIX%%/lib/kde3 .include "${.CURDIR}/../../x11/kde3/Makefile.kde" .include <bsd.port.pre.mk> -.if ${ARCH} == "ia64" || ${ARCH} == "amd64" -CFLAGS+= -fPIC -.endif - WV2_CONFIG= ${LOCALBASE}/bin/wv2-config .if exists(${WV2_CONFIG}) |