diff options
| author | Jan Beich <jbeich@FreeBSD.org> | 2019-01-17 23:56:33 +0000 |
|---|---|---|
| committer | Jan Beich <jbeich@FreeBSD.org> | 2019-01-17 23:56:33 +0000 |
| commit | c2828a7218a7dd3889e015ca2e8407023cd74008 (patch) | |
| tree | b20493868024022f83d7ada174ebe38d691d073b /multimedia/libva/files/patch-va_wayland_Makefile.am | |
| parent | multimedia/libva{,-intel-driver}: better group variables (diff) | |
multimedia/libva{,-intel-driver}: convert to USES=meson
Meson is faster than autoreconf + libtool and easier to maintain.
Force rebuild to catch regressions early.
Diffstat (limited to 'multimedia/libva/files/patch-va_wayland_Makefile.am')
| -rw-r--r-- | multimedia/libva/files/patch-va_wayland_Makefile.am | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/multimedia/libva/files/patch-va_wayland_Makefile.am b/multimedia/libva/files/patch-va_wayland_Makefile.am deleted file mode 100644 index 586853797296..000000000000 --- a/multimedia/libva/files/patch-va_wayland_Makefile.am +++ /dev/null @@ -1,20 +0,0 @@ -BSD sed doesn't support inlining argument for i command, so embed -newlines via C-style quoting as proposed for POSIX[1]. - -$ echo '/* comment */' | sed -e '1i#include "sysdeps.h"' -sed: 1: "1i#include "sysdeps.h" -": command i expects \ followed by text - -[1] http://austingroupbugs.net/view.php?id=249 - ---- va/wayland/Makefile.am.orig 2018-10-01 23:31:25 UTC -+++ va/wayland/Makefile.am -@@ -70,7 +70,7 @@ va_wayland_drm.c: $(protocol_source_h) - %-client-protocol-export.c : %.xml - $(AM_V_GEN)$(WAYLAND_SCANNER) code < $< > $@ - %-client-protocol.c: %-client-protocol-export.c -- $(AM_V_GEN)$(SED) -e '1i#include "sysdeps.h"' \ -+ $(AM_V_GEN)$(SED) -e $$'1i\\\n#include "sysdeps.h"\n' \ - -e 's@WL_EXPORT@DLL_HIDDEN@g' < $< > $@ - - EXTRA_DIST = \ |
