pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/firefox Fix build under NetBSD/{i386, amd64} 8.0_RC...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/67e5a94e0850
branches:  trunk
changeset: 310160:67e5a94e0850
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Fri Jul 06 20:51:24 2018 +0000

description:
Fix build under NetBSD/{i386,amd64} 8.0_RC2 with lang/gcc6

diffstat:

 www/firefox/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 08d01ae36c0c -r 67e5a94e0850 www/firefox/Makefile
--- a/www/firefox/Makefile      Fri Jul 06 20:50:03 2018 +0000
+++ b/www/firefox/Makefile      Fri Jul 06 20:51:24 2018 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index