pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/firefox
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.
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
Home |
Main Index |
Thread Index |
Old Index