aboutsummaryrefslogtreecommitdiff
path: root/lang/tcl86
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-03-01 11:02:42 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-03-01 11:02:42 +0000
commit8d894f5a16b5103a317c8ec44342e6c1417f8ee8 (patch)
tree3efb644e6a2bdc028bf587f5ca5d5d16a63b37ea /lang/tcl86
parent1c0874fc5e761c4666185d5846552f56f569079b (diff)
downloadports-8d894f5a16b5103a317c8ec44342e6c1417f8ee8.tar.gz
ports-8d894f5a16b5103a317c8ec44342e6c1417f8ee8.zip
Notes
Diffstat (limited to 'lang/tcl86')
-rw-r--r--lang/tcl86/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/lang/tcl86/Makefile b/lang/tcl86/Makefile
index 748d622422b9..090ed8ea7e72 100644
--- a/lang/tcl86/Makefile
+++ b/lang/tcl86/Makefile
@@ -37,9 +37,15 @@ OPTIONS= NO_TCL85_MAN "Do not install tcl85 manpages" off
.include <bsd.port.pre.mk>
.if defined(TCL_WITH_THREADS) || defined(WITH_THREADS)
+. if (${ARCH} == "ia64")
+BROKEN= does not compile with threads on ia64
+. endif
+CONFLICTS= tcl-8.5*
THREADS_SUFFIX= -threads
CONFIGURE_ARGS+= --enable-threads
CONFIGURE_ENV+= PTHREAD_LIBS="${PTHREAD_LIBS}" PTHREAD_CFLAGS="${PTHREAD_CFLAGS}"
+.else
+CONFLICTS= tcl-threads-8.5*
.endif
LATEST_LINK= tcl85${THREADS_SUFFIX}