Skip to content

Commit

Permalink
www-client/chromium: cleanup FORTIFY_SOURCE patch headers
Browse files Browse the repository at this point in the history
  • Loading branch information
floppym committed Jun 11, 2017
1 parent 09d8ca7 commit f087224
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions www-client/chromium/files/chromium-FORTIFY_SOURCE-r1.patch
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Drop _FORTIFY_SOURCE=2 from defines
Gentoo toolchains enable this by default. Removing this prevents spammy
warnings about the macro being redefined.

--- a/build/config/compiler/BUILD.gn.orig 2017-05-17 08:37:23.147973304 +0000
+++ b/build/config/compiler/BUILD.gn 2017-05-17 08:37:44.448414953 +0000
--- a/build/config/compiler/BUILD.gn
+++ b/build/config/compiler/BUILD.gn
@@ -1161,21 +1161,6 @@
"__STDC_FORMAT_MACROS",
]
Expand Down
9 changes: 7 additions & 2 deletions www-client/chromium/files/chromium-FORTIFY_SOURCE-r2.patch
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
--- a/build/config/compiler/BUILD.gn.orig 2017-06-10 11:11:04.852935374 +0000
+++ b/build/config/compiler/BUILD.gn 2017-06-10 11:11:12.749100346 +0000
Drop _FORTIFY_SOURCE=2 from defines

Gentoo toolchains enable this by default. Removing this prevents spammy
warnings about the macro being redefined.

--- a/build/config/compiler/BUILD.gn
+++ b/build/config/compiler/BUILD.gn
@@ -1213,22 +1213,6 @@
"__STDC_FORMAT_MACROS",
]
Expand Down

0 comments on commit f087224

Please sign in to comment.