From cbd5eb4b1d2af3ac52f2b72fb5ef34211111d00e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Fri, 14 Aug 2020 10:33:02 +0200 Subject: [PATCH] iagno: fix build --- srcpkgs/iagno/patches/posix-exit_success.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 srcpkgs/iagno/patches/posix-exit_success.patch diff --git a/srcpkgs/iagno/patches/posix-exit_success.patch b/srcpkgs/iagno/patches/posix-exit_success.patch new file mode 100644 index 0000000000..57cf0e9bcc --- /dev/null +++ b/srcpkgs/iagno/patches/posix-exit_success.patch @@ -0,0 +1,12 @@ +--- src/meson.build 2020-07-03 18:01:55.826839700 +0200 ++++ src/meson.build 2020-08-14 10:28:26.326980495 +0200 +@@ -15,7 +15,8 @@ + '--enable-experimental-non-null' + ], + dependencies : [ +- gio_dependency ++ gio_dependency, ++ posix_dependency + ] + ) + )