1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
nixpkgs/pkgs/development/libraries/libpipeline/fix-on-osx.patch
2016-05-27 18:40:46 +02:00

14 lines
278 B
Diff

diff --git a/lib/pipeline.c b/lib/pipeline.c
index 26478f9..1612307 100644
--- a/lib/pipeline.c
+++ b/lib/pipeline.c
@@ -75,6 +75,8 @@
# endif
#endif
+const char* program_name = "libpipeline";
+
#if defined(HAVE_SETENV) && !defined(HAVE_CLEARENV)
int clearenv (void)
{