Use "+=" for PKG_FAIL_REASON.
This commit is contained in:
parent
25ab5a9681
commit
f3a8eb5b6a
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: extension.mk,v 1.12 2004/12/28 22:48:11 adrianp Exp $
|
||||
# $NetBSD: extension.mk,v 1.13 2005/11/04 16:50:34 rillig Exp $
|
||||
|
||||
# derive a python version from the package name if possible
|
||||
# optionally handled quoted package names
|
||||
|
@ -10,7 +10,7 @@ PYTHON_VERSION_REQD?= ${PKGNAME_REQD:C/^[^-]*py([^-]*)-.*/\1/}
|
|||
|
||||
.if defined(PYBINMODULE)
|
||||
.if ${MACHINE_ARCH} == "mips" || ${MACHINE_ARCH} == "vax"
|
||||
PKG_FAIL_REASON= "${PKGNAME} needs dynamic loading"
|
||||
PKG_FAIL_REASON+= "${PKGNAME} needs dynamic loading"
|
||||
.endif
|
||||
.endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue