FORBIDDEN on 5.x: links against libc_r and libpthread

This commit is contained in:
Kris Kennaway 2004-02-17 08:50:47 +00:00
parent 831ecec579
commit f6d9f0dd86
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101160
2 changed files with 8 additions and 0 deletions

View File

@ -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

View File

@ -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