summaryrefslogtreecommitdiff
path: root/devel
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
parentReset undeliverable maintainer address (diff)
FORBIDDEN on 5.x: links against libc_r and libpthread
Notes
Notes: svn path=/head/; revision=101160
Diffstat (limited to 'devel')
-rw-r--r--devel/libuta/Makefile4
-rw-r--r--devel/wftk/Makefile4
2 files changed, 8 insertions, 0 deletions
diff --git a/devel/libuta/Makefile b/devel/libuta/Makefile
index e60e6d673815..debc9fa32db1 100644
--- a/devel/libuta/Makefile
+++ b/devel/libuta/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
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