diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2018-03-30 22:37:52 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2018-03-30 22:37:52 +0800 |
commit | 7844b674576d9bb6495cb9c865e5a432994a2f19 (patch) | |
tree | e27e993330d12517cc2cd869d31ba6b73bfa9820 /x11-toolkits | |
parent | 66b025b4ac5c4dc2fbb8dd528faf65831eb85b60 (diff) | |
download | freebsd-ports-gnome-7844b674576d9bb6495cb9c865e5a432994a2f19.tar.gz freebsd-ports-gnome-7844b674576d9bb6495cb9c865e5a432994a2f19.tar.zst freebsd-ports-gnome-7844b674576d9bb6495cb9c865e5a432994a2f19.zip |
Remove patches I forgot to remove before
Pointy Hat: bapt
Reported by: jrm
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gtk30/files/patch-gdk_wayland_Makefile.in | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/x11-toolkits/gtk30/files/patch-gdk_wayland_Makefile.in b/x11-toolkits/gtk30/files/patch-gdk_wayland_Makefile.in deleted file mode 100644 index b6e4b0a714f7..000000000000 --- a/x11-toolkits/gtk30/files/patch-gdk_wayland_Makefile.in +++ /dev/null @@ -1,23 +0,0 @@ -Use portable sed syntax in gdk/wayland/Makefile.in - -Replace non-portable \<, \>, \+ with \(, \), \{, \} to avoid build -failure on systems not using GNU sed. - -https://git.gnome.org/browse/gtk/commit/gdk/wayland/Makefile.am?h=gtk-3-22&id=b68e55ecce38dec47c3f9119e603b81773e5294a - ---- gdk/wayland/Makefile.in.orig 2018-03-25 16:20:44 UTC -+++ gdk/wayland/Makefile.in -@@ -1028,11 +1028,11 @@ check-local: test-cwd - .SECONDEXPANSION: - - define protostability --$(shell echo $1 | sed 's/.*\(\<unstable\>\|\<stable\>\).*/\1/') -+$(if $(findstring unstable,$1),unstable,stable) - endef - - define protoname --$(shell echo $1 | sed 's/\([a-z\-]\+\)-[a-z]\+-v[0-9]\+/\1/') -+$(shell echo $1 | sed 's/\([a-z\-]\{1,\}\)-[a-z]\{1,\}-v[0-9]\{1,\}/\1/') - endef - - %-protocol.c : $(WAYLAND_PROTOCOLS_DATADIR)/$$(call protostability,$$*)/$$(call protoname,$$*)/$$*.xml |