summaryrefslogtreecommitdiff
path: root/editors/koffice-kde4
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2004-03-22 14:56:46 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2004-03-22 14:56:46 +0000
commit9392870cdb1d2dd244ae1defbab8d53d428456d8 (patch)
tree243cc114f765d32862e6824e179a7fdccd6b30fc /editors/koffice-kde4
parentMerge package files from pkg-plist to Makefile. (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/koffice-kde4')
-rw-r--r--editors/koffice-kde4/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/editors/koffice-kde4/Makefile b/editors/koffice-kde4/Makefile
index c430678a15c5..2e19bf045aa5 100644
--- a/editors/koffice-kde4/Makefile
+++ b/editors/koffice-kde4/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})