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)"