aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2018-11-01 05:53:12 +0000
committerJan Beich <jbeich@FreeBSD.org>2018-11-01 05:53:12 +0000
commite82653dbdcb4cb19b07d6d605c0accabea2a5e92 (patch)
tree9e05361858121603180dc9775dd612a1d61b2f2b
parent192034c1091b01cb197b9546c54a68ad849b7f7b (diff)
downloadports-e82653dbdcb4cb19b07d6d605c0accabea2a5e92.tar.gz
ports-e82653dbdcb4cb19b07d6d605c0accabea2a5e92.zip
www/firefox: restore cbindgen < 0.6.7 support (after r483606)
dist/include/nsStyleStruct.h:1896:3: error: unknown type name 'StyleFillRule' dist/include/nsStyleStruct.h:2134:12: error: no type named 'StyleDisplay' in namespace 'mozilla' PR: 229893 Reported by: yuripv Obtained from: upstream
Notes
Notes: svn path=/head/; revision=483638
-rw-r--r--www/firefox/files/patch-bug150340114
1 files changed, 6 insertions, 8 deletions
diff --git a/www/firefox/files/patch-bug1503401 b/www/firefox/files/patch-bug1503401
index 7c574d322438..ed8aee3a40b9 100644
--- a/www/firefox/files/patch-bug1503401
+++ b/www/firefox/files/patch-bug1503401
@@ -11,15 +11,13 @@ diff --git servo/components/style/cbindgen.toml servo/components/style/cbindgen.
index 46162e43db5e..49872e88b7d9 100644
--- servo/components/style/cbindgen.toml
+++ servo/components/style/cbindgen.toml
-@@ -24,10 +24,10 @@ derive_helper_methods = true
- [export]
- prefix = "Style"
- include = [
-- "StyleAppearance",
-- "StyleDisplay",
-- "StyleDisplayMode",
-- "StyleFillRule",
+@@ -28,6 +28,12 @@ include = [
+ "StyleDisplay",
+ "StyleDisplayMode",
+ "StyleFillRule",
- "StylePathCommand"
++ "StylePathCommand",
++
+ "Appearance",
+ "Display",
+ "DisplayMode",