diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-03-01 11:02:42 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-03-01 11:02:42 +0000 |
commit | 8d894f5a16b5103a317c8ec44342e6c1417f8ee8 (patch) | |
tree | 3efb644e6a2bdc028bf587f5ca5d5d16a63b37ea /lang/tcl86 | |
parent | 1c0874fc5e761c4666185d5846552f56f569079b (diff) |
- Marked broken for ia64 [1]
- Set conflict with tcl-threads
PR: 108972
Submitted by: Martin Matuska <martin@matuska.org> (maintainer)
pointyhat via kris [1]
Notes
Notes:
svn path=/head/; revision=186275
Diffstat (limited to 'lang/tcl86')
-rw-r--r-- | lang/tcl86/Makefile | 6 |
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} |