mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
5dfbb203a1
- Respect ${CXX} and ${CXXFLAGS} - Refactor pkg-plist as PLIST_FILES PR: ports/81357 Submitted by: maintainer
11 lines
266 B
C++
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"
|