1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Add -D_THREAD_SAFE for -current too

Approved by:	portmgr & ports silence
This commit is contained in:
Andrey A. Chernov 2002-02-24 16:54:34 +00:00
parent 586984d20a
commit a35cebf9cf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=55190

View File

@ -1071,7 +1071,7 @@ MAKE_ENV+= PREFIX=${PREFIX} LOCALBASE=${LOCALBASE} X11BASE=${X11BASE} MOTIFLIB=
PTHREAD_CFLAGS= -D_THREAD_SAFE
PTHREAD_LIBS= "-pthread"
.else
PTHREAD_CFLAGS= ""
PTHREAD_CFLAGS= -D_THREAD_SAFE
PTHREAD_LIBS= "-lc_r"
.endif