pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/python Use "+=" for PKG_FAIL_REASON.
details: https://anonhg.NetBSD.org/pkgsrc/rev/861a10ec028b
branches: trunk
changeset: 502418:861a10ec028b
user: rillig <rillig%pkgsrc.org@localhost>
date: Fri Nov 04 16:50:34 2005 +0000
description:
Use "+=" for PKG_FAIL_REASON.
diffstat:
lang/python/extension.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 486809d2b921 -r 861a10ec028b lang/python/extension.mk
--- a/lang/python/extension.mk Fri Nov 04 16:41:33 2005 +0000
+++ b/lang/python/extension.mk Fri Nov 04 16:50:34 2005 +0000
@@ -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 @@
.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
Home |
Main Index |
Thread Index |
Old Index