52a7fbd10d
r1.14 of src/external/gpl3/binutils/dist/bfd/elflink.c may fix the underlying problem but r1.55 of pkgsrc/x11/qt5-qtbase/Makefile means we no longer tickle it so remove.
9 lines
298 B
Makefile
9 lines
298 B
Makefile
# $NetBSD: hacks.mk,v 1.3 2018/04/07 00:51:28 markd Exp $
|
|
#
|
|
.include "../../mk/bsd.fast.prefs.mk"
|
|
|
|
# NetBSD >= 7 has posix_fallocate() but doesnt define _POSIX_ADVISORY_INFO
|
|
|
|
.if ${OPSYS} == "NetBSD" && empty(MACHINE_PLATFORM:MNetBSD-[0-6].*-*)
|
|
CXXFLAGS+= -DKSDC_POSIX_FALLOCATE_SUPPORTED=1
|
|
.endif
|