version 1.3, 2019/11/03 11:45:30 |
version 1.5, 2020/06/30 17:27:06 |
Line 23 PKG_SUGGESTED_OPTIONS+= threads |
|
Line 23 PKG_SUGGESTED_OPTIONS+= threads |
|
.endif |
.endif |
|
|
.if ${OPSYS} == "NetBSD" |
.if ${OPSYS} == "NetBSD" |
. if !empty(OS_VERSION:M[8-9].*) |
. if exists(/usr/include/blacklist.h) |
PKG_SUGGESTED_OPTIONS+= blacklist |
PKG_SUGGESTED_OPTIONS+= blacklist |
. endif |
. endif |
.endif |
.endif |
Line 116 CONFIGURE_ARGS+= --without-libjson |
|
Line 116 CONFIGURE_ARGS+= --without-libjson |
|
### |
### |
.if !empty(PKG_OPTIONS:Mthreads) |
.if !empty(PKG_OPTIONS:Mthreads) |
PTHREAD_AUTO_VARS= yes |
PTHREAD_AUTO_VARS= yes |
CONFIGURE_ARGS+= --enable-threads |
|
.else |
|
CONFIGURE_ARGS+= --disable-threads |
|
.endif |
.endif |
|
|
### |
### |