Include stub libraries on Linux as well. From PR 37584.
This commit is contained in:
parent
96f6d8216c
commit
e1b6509e3c
1 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.56 2007/11/03 22:38:12 rillig Exp $
|
||||
# $NetBSD: Makefile,v 1.57 2007/12/21 17:02:53 joerg Exp $
|
||||
|
||||
.include "Makefile.common"
|
||||
|
||||
|
@ -14,7 +14,8 @@ MAKE_JOBS_SAFE= no
|
|||
|
||||
# Stub libraries for functions missing from base system.
|
||||
.if !empty(MACHINE_PLATFORM:MDarwin-*-powerpc) || ${OPSYS} == "DragonFly" || \
|
||||
${OPSYS} == "NetBSD" || ${OPSYS} == "FreeBSD" || ${OPSYS} == "SunOS"
|
||||
${OPSYS} == "NetBSD" || ${OPSYS} == "FreeBSD" || ${OPSYS} == "SunOS" || \
|
||||
${OPSYS} == "Linux"
|
||||
PLIST_SRC+= ${PKGDIR}/PLIST.stub
|
||||
.endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue