diff options
author | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-12-11 19:48:00 +0800 |
---|---|---|
committer | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-12-11 19:48:00 +0800 |
commit | e1172430863e1459644625a49bab074cbf748095 (patch) | |
tree | 7bc68f9437797a3192d04658bb6b4206105cf907 /editors | |
parent | 4e74a00458c7dfb86f3605d70d8241ece7b47e3b (diff) | |
download | marcuscom-ports-e1172430863e1459644625a49bab074cbf748095.tar marcuscom-ports-e1172430863e1459644625a49bab074cbf748095.tar.gz marcuscom-ports-e1172430863e1459644625a49bab074cbf748095.tar.bz2 marcuscom-ports-e1172430863e1459644625a49bab074cbf748095.tar.lz marcuscom-ports-e1172430863e1459644625a49bab074cbf748095.tar.xz marcuscom-ports-e1172430863e1459644625a49bab074cbf748095.tar.zst marcuscom-ports-e1172430863e1459644625a49bab074cbf748095.zip |
Fix the build of editors/gedit x11-toolkits/gtksourceview3 and www/epiphany-extensions after the
last gtk30 update. In the ports tree, net/avahi-app needs to be also fixed.
Reviewed by: kwm
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18954 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'editors')
-rw-r--r-- | editors/gedit/files/patch-configure | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/editors/gedit/files/patch-configure b/editors/gedit/files/patch-configure new file mode 100644 index 000000000..219dd4871 --- /dev/null +++ b/editors/gedit/files/patch-configure @@ -0,0 +1,13 @@ +--- configure.orig 2013-12-09 17:23:09.482559644 +0000 ++++ configure 2013-12-09 17:23:29.095557641 +0000 +@@ -17481,10 +17481,6 @@ + if test "$enable_deprecations" = "yes"; then + DISABLE_DEPRECATED_CFLAGS="\ + -DGSEAL_ENABLE \ +--DG_DISABLE_DEPRECATED \ +--DGDK_DISABLE_DEPRECATED \ +--DGTK_DISABLE_DEPRECATED \ +--DGDK_PIXBUF_DISABLE_DEPRECATED \ + -DGNOME_DISABLE_DEPRECATED \ + -DPEAS_DISABLE_DEPRECATED" + |