FORBIDDEN on 5.x: links against libc_r and libpthread
This commit is contained in:
parent
831ecec579
commit
f6d9f0dd86
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101160
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user