Step 2: base dep: lang/python27
This commit is contained in:
@@ -32,12 +32,18 @@ CHECK_PORTABILITY_SKIP= Tools/faqwiz/move-faqwiz.sh
|
||||
|
||||
USE_LANGUAGES= c c++
|
||||
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
|
||||
.if ${OPSYS} == "NetBSD" && ${OS_VARIANT} == "Minix"
|
||||
CONFIGURE_ARGS+= --without-threads
|
||||
.else
|
||||
PTHREAD_OPTS+= require
|
||||
PTHREAD_AUTO_VARS= yes
|
||||
.include "../../mk/pthread.buildlink3.mk"
|
||||
.if ${PTHREAD_TYPE} == "pth"
|
||||
CONFIGURE_ARGS+= --with-pth
|
||||
.endif
|
||||
.endif
|
||||
|
||||
.include "../../mk/compiler.mk"
|
||||
|
||||
@@ -46,8 +52,6 @@ CONFIGURE_ARGS+= --with-pth
|
||||
CFLAGS+= -fwrapv
|
||||
.endif
|
||||
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
|
||||
# fdatasync()
|
||||
LIBS.SunOS+= -lrt
|
||||
|
||||
@@ -77,6 +81,8 @@ PY_PLATNAME= hp-ux11
|
||||
PY_PLATNAME= linux2
|
||||
.elif ${OS_VARIANT} == "SCOOSR5"
|
||||
PY_PLATNAME= sco_sv3
|
||||
.elif ${OPSYS} == "NetBSD" && ${OS_VARIANT} == "Minix"
|
||||
PY_PLATNAME= minix3
|
||||
.else
|
||||
PY_PLATNAME= ${LOWER_OPSYS}${OS_VERSION:C/\..*//}
|
||||
.endif
|
||||
@@ -116,7 +122,8 @@ PLIST.nis= yes
|
||||
. endif
|
||||
.else
|
||||
PLIST.dll= yes
|
||||
. if ${OPSYS} == "MirBSD"
|
||||
. if ${OPSYS} == "MirBSD" || \
|
||||
(${OPSYS} == "NetBSD" && ${OS_VARIANT} == "Minix")
|
||||
# neither nis nor no-nis
|
||||
. elif ${OPSYS} != "NetBSD" || exists(/usr/bin/ypcat)
|
||||
PLIST.nis= yes
|
||||
|
||||
Reference in New Issue
Block a user