diff options
author | kris <kris@FreeBSD.org> | 2004-03-07 07:56:08 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-03-07 07:56:08 +0800 |
commit | 2dc1a4d9b395b88b4e6d9c6e12378995b47a6265 (patch) | |
tree | 1401c459e35505be2048779ba967a4fcae5c32d0 /korean/bitchx | |
parent | 08e5ae41ee63d6652930d889fabd766db135fe10 (diff) | |
download | freebsd-ports-gnome-2dc1a4d9b395b88b4e6d9c6e12378995b47a6265.tar.gz freebsd-ports-gnome-2dc1a4d9b395b88b4e6d9c6e12378995b47a6265.tar.zst freebsd-ports-gnome-2dc1a4d9b395b88b4e6d9c6e12378995b47a6265.zip |
BROKEN on sparc64: Does not compile (needs -fPIC)
Diffstat (limited to 'korean/bitchx')
-rw-r--r-- | korean/bitchx/Makefile | 4 |
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) |