diff options
author | recht <recht@pkgsrc.org> | 2004-07-05 12:35:43 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-07-05 12:35:43 +0000 |
commit | 4964b85a9621258c1d84d03568ed14cc733a9cd7 (patch) | |
tree | d24fb3f31e6f3011b98efd847df9116e7ca7132b /devel/ArX/patches | |
parent | 830e484e3d12ec0fe2be96a1df35e7255ca09656 (diff) | |
download | pkgsrc-4964b85a9621258c1d84d03568ed14cc733a9cd7.tar.gz |
initial import of ArX-1.0.20
ArX is a revision control system: a program that let's programmers
archive a history of changes made to the software they maintain and
that, more importantly, helps programmers to coordinate, synchronize,
and combine multiple lines of development for a single project.
Diffstat (limited to 'devel/ArX/patches')
-rw-r--r-- | devel/ArX/patches/patch-aa | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/devel/ArX/patches/patch-aa b/devel/ArX/patches/patch-aa new file mode 100644 index 00000000000..7a9e1eecef0 --- /dev/null +++ b/devel/ArX/patches/patch-aa @@ -0,0 +1,16 @@ +$NetBSD: patch-aa,v 1.1.1.1 2004/07/05 12:35:43 recht Exp $ + +--- src/arx/include/Spawn.hpp.orig 2004-04-21 22:44:08.000000000 +0200 ++++ src/arx/include/Spawn.hpp +@@ -26,9 +26,10 @@ + #include <list> + #include <string> + #include "boost/filesystem/path.hpp" +-#include <unistd.h> + #include <glib.h> + ++extern char **environ; ++ + class Spawn + { + friend Spawn& operator<<(Spawn &s, const std::string &arg); |