Merge "BuildSystem: Avoid re-defining of pthread_* on NetBSD."

This commit is contained in:
Jenkins2
2018-03-05 11:29:44 -06:00
committed by Gerrit Code Review

View File

@@ -228,7 +228,7 @@ ifeq ($(OSARCH),FreeBSD)
endif
ifeq ($(OSARCH),NetBSD)
_ASTCFLAGS+=-pthread -I/usr/pkg/include
_ASTCFLAGS+=-pthread -D__LIBPTHREAD_SOURCE__ -I/usr/pkg/include
endif
ifeq ($(OSARCH),OpenBSD)