1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/security/pft/files/patch-pft_main.cpp
Jean-Yves Lefort 5dfbb203a1 - Update to 1.3 [1]
- Respect ${CXX} and ${CXXFLAGS}
- Refactor pkg-plist as PLIST_FILES

PR:		ports/81357
Submitted by:	maintainer
2005-05-22 17:35:42 +00:00

11 lines
266 B
C++

--- pft/main.cpp.orig Tue Jan 4 13:01:00 2005
+++ pft/main.cpp Sun May 22 19:22:22 2005
@@ -28,6 +28,7 @@
#include <sys/types.h> // open(), close(), write()
#include <sys/stat.h>
#include <fcntl.h>
+#include <string.h>
#endif //UNIX
#include "fxstrings.h"