aboutsummaryrefslogtreecommitdiff
path: root/devel/wftk
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-17 08:50:47 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-17 08:50:47 +0000
commitf6d9f0dd86007e2f73a17ce2bd0a70e17ef57100 (patch)
tree323b3f5e4ea090cb5701fc9aff84f85e7e5ccefa /devel/wftk
parent831ecec5798454a7aaef9e8489e9ddbfc0e82ed2 (diff)
downloadports-f6d9f0dd86007e2f73a17ce2bd0a70e17ef57100.tar.gz
ports-f6d9f0dd86007e2f73a17ce2bd0a70e17ef57100.zip
FORBIDDEN on 5.x: links against libc_r and libpthread
Notes
Notes: svn path=/head/; revision=101160
Diffstat (limited to 'devel/wftk')
-rw-r--r--devel/wftk/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/wftk/Makefile b/devel/wftk/Makefile
index e60e6d673815..debc9fa32db1 100644
--- a/devel/wftk/Makefile
+++ b/devel/wftk/Makefile
@@ -35,6 +35,10 @@ SDL11_FILES= configure uta/color.h uta/event.h uta/keysym.h uta/mutex.h \
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 502102
+FORBIDDEN= "Links against conflicting thread libraries"
+.endif
+
.if exists(${LOCALBASE}/lib/libSDL_mixer.so.2)
WITH_SDL_MIXER= yes
.endif