aboutsummaryrefslogtreecommitdiff
path: root/korean
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-03-06 23:56:08 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-03-06 23:56:08 +0000
commit41ffe2b9afc9acfbb9032269dba0b19f0e017043 (patch)
tree948ced9fedb4b7bfd30bce116f167875de137020 /korean
parentd0ed1badafe3e9842344183f689100abcac12542 (diff)
downloadports-41ffe2b9afc9acfbb9032269dba0b19f0e017043.tar.gz
ports-41ffe2b9afc9acfbb9032269dba0b19f0e017043.zip
BROKEN on sparc64: Does not compile (needs -fPIC)
Notes
Notes: svn path=/head/; revision=103155
Diffstat (limited to 'korean')
-rw-r--r--korean/bitchx/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/korean/bitchx/Makefile b/korean/bitchx/Makefile
index 60d71bc3bfe8..7aecd1fd3a51 100644
--- a/korean/bitchx/Makefile
+++ b/korean/bitchx/Makefile
@@ -34,6 +34,10 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
.include <bsd.port.pre.mk>
+.if ${ARCH} == "sparc64"
+BROKEN= "Does not compile on sparc64 (needs -fPIC)"
+.endif
+
CONFIGURE_ARGS+=--without-gtk
.if defined(HAVE_ESOUND)