diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-12-29 07:58:47 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-12-29 07:58:47 +0000 |
commit | 6202905164973076ca9470dfb7d17b96e93b4bf5 (patch) | |
tree | 6b1560f86a09f95b32557e4f67777e64ef56ced2 /comms/vpb2/files/patch-playrec.cpp | |
parent | - Update to 1.2 (diff) |
The port did not build on many systems due to conflicting and missing
headers in certain files. It also blindly assumed the default prefix
for the etc directory was /etc. Also pet portlint.
PR: ports/60680
Submitted by: Samy Al Bahra <samy@kerneled.com>
Notes
Notes:
svn path=/head/; revision=96866
Diffstat (limited to 'comms/vpb2/files/patch-playrec.cpp')
-rw-r--r-- | comms/vpb2/files/patch-playrec.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/comms/vpb2/files/patch-playrec.cpp b/comms/vpb2/files/patch-playrec.cpp new file mode 100644 index 000000000000..8da7bf062cc3 --- /dev/null +++ b/comms/vpb2/files/patch-playrec.cpp @@ -0,0 +1,10 @@ +--- playrec.cpp.orig Sun Dec 28 10:53:19 2003 ++++ playrec.cpp Sun Dec 28 10:53:25 2003 +@@ -41,7 +41,6 @@ + #include "generic.h" + + #include <assert.h> +-#include <memory> + #include <stdlib.h> + #include <stdio.h> + #include <fcntl.h> |