From 41ffe2b9afc9acfbb9032269dba0b19f0e017043 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sat, 6 Mar 2004 23:56:08 +0000 Subject: BROKEN on sparc64: Does not compile (needs -fPIC) --- japanese/tcl80/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'japanese/tcl80/Makefile') diff --git a/japanese/tcl80/Makefile b/japanese/tcl80/Makefile index aa1294860de2..44b1c099d8a5 100644 --- a/japanese/tcl80/Makefile +++ b/japanese/tcl80/Makefile @@ -35,6 +35,10 @@ INSTALLS_SHLIB= yes .include +.if ${ARCH} == "sparc64" +BROKEN= "Does not compile on sparc64 (needs -fPIC)" +.endif + .if !defined(NOPORTDOCS) post-patch: @${CP} ${FILESDIR}/README.FreeBSD.in ${TOPDIR}/README.FreeBSD.JP.in -- cgit v1.2.3