diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-17 08:50:47 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-17 08:50:47 +0000 |
commit | f6d9f0dd86007e2f73a17ce2bd0a70e17ef57100 (patch) | |
tree | 323b3f5e4ea090cb5701fc9aff84f85e7e5ccefa /devel/libuta | |
parent | 831ecec5798454a7aaef9e8489e9ddbfc0e82ed2 (diff) | |
download | ports-f6d9f0dd86007e2f73a17ce2bd0a70e17ef57100.tar.gz ports-f6d9f0dd86007e2f73a17ce2bd0a70e17ef57100.zip |
Notes
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 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 |