freebsd-ports/comms/vpb2/files/patch-playrec.cpp
Mark Linimon 6202905164 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>
2003-12-29 07:58:47 +00:00

10 lines
230 B
C++

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