Received: by mail.netbsd.org (Postfix, from userid 605) id 7A8A984F53; Fri, 6 Jul 2018 20:51:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6465184F53 for ; Fri, 6 Jul 2018 20:51:25 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id SYSG-weVCvPF for ; Fri, 6 Jul 2018 20:51:24 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9BE3E84E52 for ; Fri, 6 Jul 2018 20:51:24 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 97638FBEC; Fri, 6 Jul 2018 20:51:24 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1530910284182370" MIME-Version: 1.0 Date: Fri, 6 Jul 2018 20:51:24 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/www/firefox To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20180706205124.97638FBEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1530910284182370 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Fri Jul 6 20:51:24 UTC 2018 Modified Files: pkgsrc/www/firefox: Makefile Log Message: Fix build under NetBSD/{i386,amd64} 8.0_RC2 with lang/gcc6 To generate a diff of this commit: cvs rdiff -u -r1.335 -r1.336 pkgsrc/www/firefox/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1530910284182370 Content-Disposition: inline Content-Length: 774 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/firefox/Makefile diff -u pkgsrc/www/firefox/Makefile:1.335 pkgsrc/www/firefox/Makefile:1.336 --- pkgsrc/www/firefox/Makefile:1.335 Fri Jul 6 15:06:50 2018 +++ pkgsrc/www/firefox/Makefile Fri Jul 6 20:51:24 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.335 2018/07/06 15:06:50 ryoon Exp $ +# $NetBSD: Makefile,v 1.336 2018/07/06 20:51:24 ryoon Exp $ FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} MOZ_BRANCH= 61.0 @@ -24,6 +24,8 @@ MOZILLA_DIR= # empty CONFIGURE_ARGS+= --enable-application=browser CFLAGS+= -I${PREFIX}/include/nspr +# for lang/gcc6 +CFLAGS+= -D_GLIBCXX_INCLUDE_NEXT_C_HEADERS # workround for link of libxul.so etc. LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/lib/firefox ${COMPILER_RPATH_FLAG}${PREFIX}/lib --_----------=_1530910284182370--