diff options
Diffstat (limited to 'korean')
-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) |