aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libuta
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-02-17 16:50:47 +0800
committerkris <kris@FreeBSD.org>2004-02-17 16:50:47 +0800
commite533c30c31a8d7ff865275c830daee25e403cad5 (patch)
tree8dc6f54a828c789acacac297fd63fcbfa02a9fc2 /devel/libuta
parent6341340799a8e4c4b2e779e1769094b1e8bc38e6 (diff)
downloadfreebsd-ports-graphics-e533c30c31a8d7ff865275c830daee25e403cad5.tar.gz
freebsd-ports-graphics-e533c30c31a8d7ff865275c830daee25e403cad5.tar.zst
freebsd-ports-graphics-e533c30c31a8d7ff865275c830daee25e403cad5.zip
FORBIDDEN on 5.x: links against libc_r and libpthread
Diffstat (limited to 'devel/libuta')
-rw-r--r--devel/libuta/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/libuta/Makefile b/devel/libuta/Makefile
index e60e6d67381..debc9fa32db 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