diff options
| author | Rong-En Fan <rafan@FreeBSD.org> | 2008-03-01 07:26:20 +0000 |
|---|---|---|
| committer | Rong-En Fan <rafan@FreeBSD.org> | 2008-03-01 07:26:20 +0000 |
| commit | a50bdf7656041aa0c6a346e6e2ab2137e6756c0c (patch) | |
| tree | c7280478a9e0ab11465be9c803de37cb40a54529 /net/gatekeeper/files/patch-addpasswd-cxx | |
| parent | - Update to 1.19.0.1 (diff) | |
- Fix build after devel/pwlib updated to 1.12.0
PR: ports/119375
Submitted by: Steve Ames <steve at energistic.com> (maintainer of devel/pwlib)
Approved by: maintainer timeout (2 months)
Diffstat (limited to '')
| -rw-r--r-- | net/gatekeeper/files/patch-addpasswd-cxx | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/gatekeeper/files/patch-addpasswd-cxx b/net/gatekeeper/files/patch-addpasswd-cxx new file mode 100644 index 000000000000..131f015321a8 --- /dev/null +++ b/net/gatekeeper/files/patch-addpasswd-cxx @@ -0,0 +1,11 @@ +diff -ruN addpasswd.cxx.old addpasswd.cxx +--- addpasswd.cxx.old 2006-04-14 09:56:19.000000000 -0400 ++++ addpasswd.cxx 2008-01-05 21:55:43.000000000 -0500 +@@ -16,6 +16,7 @@ + + #include <algorithm> + #include <ptlib.h> ++#include <ptlib/pprocess.h> + #include <ptclib/cypher.h> + + class Client : public PProcess |
