diff options
author | kris <kris@FreeBSD.org> | 2004-02-17 16:50:47 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-17 16:50:47 +0800 |
commit | e533c30c31a8d7ff865275c830daee25e403cad5 (patch) | |
tree | 8dc6f54a828c789acacac297fd63fcbfa02a9fc2 /devel/libuta | |
parent | 6341340799a8e4c4b2e779e1769094b1e8bc38e6 (diff) | |
download | freebsd-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/Makefile | 4 |
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 |