aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2018-11-02 13:32:34 +0000
committerRene Ladan <rene@FreeBSD.org>2018-11-02 13:32:34 +0000
commit8a502cb2d43b4059a5678ee4539ca03603104107 (patch)
tree2c2c3d0def8d9d1ad349013f7b532f0065f57789 /x11-toolkits
parentf60d4bacdc58ec061406d72cace1ac1266952e39 (diff)
downloadports-8a502cb2d43b4059a5678ee4539ca03603104107.tar.gz
ports-8a502cb2d43b4059a5678ee4539ca03603104107.zip
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/gtk30/Makefile1
-rw-r--r--x11-toolkits/vte3/Makefile6
-rw-r--r--x11-toolkits/vte3/files/extra-src_app_app.cc13
3 files changed, 0 insertions, 20 deletions
diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile
index 209b3fc13016..ef9ba24ef73c 100644
--- a/x11-toolkits/gtk30/Makefile
+++ b/x11-toolkits/gtk30/Makefile
@@ -55,7 +55,6 @@ GLIB_SCHEMAS= org.gtk.Demo.gschema.xml \
OPTIONS_DEFINE= CUPS CLOUDPRINT COLORD DEBUG BROADWAY WAYLAND
OPTIONS_DEFAULT=CUPS COLORD BROADWAY
-OPTIONS_EXCLUDE_FreeBSD_10= WAYLAND
OPTIONS_SUB= yes
BROADWAY_DESC= Enable GDK Broadway backend for showing GTK+ in the webbrowser using HTML5 and web sockets.
diff --git a/x11-toolkits/vte3/Makefile b/x11-toolkits/vte3/Makefile
index cdec5b10cf16..335d2ca81b04 100644
--- a/x11-toolkits/vte3/Makefile
+++ b/x11-toolkits/vte3/Makefile
@@ -34,10 +34,4 @@ INSTALL_TARGET= install-strip
PLIST_SUB= VERSION=2.91
-.include <bsd.port.options.mk>
-
-.if ${OSVERSION} <= 1100000
-EXTRA_PATCHES= ${FILESDIR}/extra-src_app_app.cc
-.endif
-
.include <bsd.port.mk>
diff --git a/x11-toolkits/vte3/files/extra-src_app_app.cc b/x11-toolkits/vte3/files/extra-src_app_app.cc
deleted file mode 100644
index ad01a9c2a267..000000000000
--- a/x11-toolkits/vte3/files/extra-src_app_app.cc
+++ /dev/null
@@ -1,13 +0,0 @@
-# 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;
- }