summaryrefslogtreecommitdiff
path: root/mk/compiler
diff options
context:
space:
mode:
authordbj <dbj>2016-04-11 04:22:33 +0000
committerdbj <dbj>2016-04-11 04:22:33 +0000
commit8b0bad3868e610de38010fc94eb79e8343fc1ad5 (patch)
tree43f2daca488868e0026cc02639eb63e7f02c5908 /mk/compiler
parent68be1f3f3251a3f389c4f84a6b94235d4d0a0f9a (diff)
downloadpkgsrc-8b0bad3868e610de38010fc94eb79e8343fc1ad5.tar.gz
update PKG_{FAIL,SKIP}_REASON with +=
Diffstat (limited to 'mk/compiler')
-rw-r--r--mk/compiler/gcc.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/compiler/gcc.mk b/mk/compiler/gcc.mk
index 30b65adb810..af93b08d14f 100644
--- a/mk/compiler/gcc.mk
+++ b/mk/compiler/gcc.mk
@@ -1,4 +1,4 @@
-# $NetBSD: gcc.mk,v 1.166 2016/03/11 23:54:09 khorben Exp $
+# $NetBSD: gcc.mk,v 1.167 2016/04/11 04:22:34 dbj Exp $
#
# This is the compiler definition for the GNU Compiler Collection.
#
@@ -686,7 +686,7 @@ _NEED_NEWER_GCC!= \
.endif
.if !empty(_USE_PKGSRC_GCC:M[yY][eE][sS]) && \
!empty(_NEED_NEWER_GCC:M[yY][eE][sS])
-PKG_FAIL_REASON= "Unable to satisfy dependency: ${_GCC_DEPENDS}"
+PKG_FAIL_REASON+= "Unable to satisfy dependency: ${_GCC_DEPENDS}"
.endif
# GNU ld option used to set the rpath
@@ -922,7 +922,7 @@ PREPEND_PATH+= ${_GCC_DIR}/bin
. elif !empty(CC_VERSION:Mgcc-5.*)
. include "../../lang/gcc5-libs/buildlink3.mk"
. else
-PKG_FAIL_REASON= "No USE_PKGSRC_GCC_RUNTIME support for ${CC_VERSION}"
+PKG_FAIL_REASON+= "No USE_PKGSRC_GCC_RUNTIME support for ${CC_VERSION}"
. endif
. endif
.endif