From bd24b194f43d22c16dacd418e6e905426b4754bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Wed, 9 Sep 2015 22:11:14 +0200 Subject: [PATCH] anjuta: unbreak musl --- srcpkgs/anjuta/patches/fix-unistd_h.patch | 13 +++++++++++++ srcpkgs/anjuta/template | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/anjuta/patches/fix-unistd_h.patch diff --git a/srcpkgs/anjuta/patches/fix-unistd_h.patch b/srcpkgs/anjuta/patches/fix-unistd_h.patch new file mode 100644 index 00000000000..a4ca4fcec13 --- /dev/null +++ b/srcpkgs/anjuta/patches/fix-unistd_h.patch @@ -0,0 +1,13 @@ +Fix wrong include for musl libc. + +--- launcher/anjuta-launcher.c 2014-10-17 21:35:31.000000000 +0200 ++++ launcher/anjuta-launcher.c 2015-09-09 22:09:06.719400546 +0200 +@@ -22,7 +22,7 @@ + #endif + + #include +-#include ++#include + #include + #include + #include diff --git a/srcpkgs/anjuta/template b/srcpkgs/anjuta/template index 73bbcbde3ab..2372cd0ae88 100644 --- a/srcpkgs/anjuta/template +++ b/srcpkgs/anjuta/template @@ -1,7 +1,7 @@ # Template file for 'anjuta' pkgname=anjuta version=3.16.0 -revision=2 +revision=3 build_style=gnu-configure build_options="gir" configure_args="$(vopt_enable gir introspection)"