diff options
author | Koop Mast <kwm@FreeBSD.org> | 2018-09-30 11:58:29 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2018-09-30 11:58:29 +0000 |
commit | 951c1f5d1c7354f058f5919d858dbb0c174dc73e (patch) | |
tree | 6146e775343aaf339921799078894a48fef9aa15 /x11-toolkits/vte3/files/extra-src_app_app.cc | |
parent | Remove expired ports: (diff) |
The FreeBSD GNOME team proudly presents GNOME 3.28 for FreeBSD.
The offical GNOME 3.28 release notes can be found at
https://help.gnome.org/misc/release-notes/3.28/
Thanks to Antoine Brodin for running the exp-runs.
PR: 229761
Notes
Notes:
svn path=/head/; revision=480951
Diffstat (limited to 'x11-toolkits/vte3/files/extra-src_app_app.cc')
-rw-r--r-- | x11-toolkits/vte3/files/extra-src_app_app.cc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/x11-toolkits/vte3/files/extra-src_app_app.cc b/x11-toolkits/vte3/files/extra-src_app_app.cc new file mode 100644 index 000000000000..ad01a9c2a267 --- /dev/null +++ b/x11-toolkits/vte3/files/extra-src_app_app.cc @@ -0,0 +1,13 @@ +# fix on 104-i386 with clang 3.4 + +--- src/app/app.cc.orig 2018-06-07 17:57:35.192459000 +0200 ++++ src/app/app.cc 2018-06-07 17:58:50.068954000 +0200 +@@ -306,7 +306,7 @@ + else + alpha = get_alpha(); + +- GdkRGBA color{bg_color}; ++ GdkRGBA color = bg_color; + color.alpha = alpha; + return color; + } |