pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/cross/nios2-gcc Disable depcomp replacement. libcpp wa...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/af6eb19175f2
branches:  trunk
changeset: 363833:af6eb19175f2
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Jun 17 19:36:46 2017 +0000

description:
Disable depcomp replacement. libcpp wants to read the main depcomp after
the configure phase.

diffstat:

 cross/nios2-gcc/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r cde2e05ee348 -r af6eb19175f2 cross/nios2-gcc/Makefile
--- a/cross/nios2-gcc/Makefile  Sat Jun 17 19:36:06 2017 +0000
+++ b/cross/nios2-gcc/Makefile  Sat Jun 17 19:36:46 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2016/07/09 06:37:58 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2017/06/17 19:36:46 joerg Exp $
 .include               "../../cross/nios2/Makefile.common"
 PKGNAME=               nios2-gcc-${PKG_VERSION}
 PKG_VERSION=           4.7.3
@@ -16,6 +16,9 @@
 USE_GNU_CONFIGURE_HOST=        no
 WRKSRC=                        ${WRKDIR}/gcc-nios2
 
+# libcpp wants to directly grep in the output
+OVERRIDE_DIRDEPTH.depcomp= -1
+
 CONFIGURE_ARGS+=       --enable-languages=c
 #CONFIGURE_ARGS+=      --disable-multilib
 CONFIGURE_ARGS+=       --disable-threads



Home | Main Index | Thread Index | Old Index