mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
devel/pth
This commit is contained in:
parent
59ca02a1eb
commit
c2abbb605e
@ -25,7 +25,7 @@ TEST_TARGET= test
|
||||
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
|
||||
.if ${OPSYS} == "NetBSD"
|
||||
.if ${OPSYS} == "NetBSD" && ${OS_VARIANT} != "Minix"
|
||||
. if ${MACHINE_ARCH} == "m68k" && (!empty(OS_VERSION:M1.5.[12]*) || !empty(OS_VERSION:M1.[0-4]*))
|
||||
pre-configure:
|
||||
@${ECHO} Building without --enable-syscall-hard. lib/18644 needs fixing.
|
||||
@ -37,6 +37,10 @@ CONFIGURE_ENV+= ac_cv_check_nfdstype='unsigned int'
|
||||
CONFIGURE_ENV+= ac_cv_typedef_nfds_t=no # in <poll.h>, but that's unused
|
||||
.endif
|
||||
|
||||
.if ${OPSYS} == "NetBSD" && ${OS_VARIANT} == "Minix"
|
||||
CONFIGURE_ENV+= ac_cv_header_sys_resource_h=no
|
||||
.endif # ${OPSYS} == "NetBSD" && ${OS_VARIANT} == "Minix"
|
||||
|
||||
# XXX: Check this is still required and reverse test to OS which need it.
|
||||
.if ${OPSYS} != "SunOS"
|
||||
CONFIGURE_ARGS+= --with-fdsetsize=1024
|
||||
|
Loading…
x
Reference in New Issue
Block a user