mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
8a8b31d05c
This port did not build with gcc 3.3.1. I also fixed a possible buffer overflow (they used gets() to read from stdin). Please review the patch file ``patch-cftypes.cpp'' with extra care, since I am not sure whether this makes sense (2 positions in the file, marked with ``TODO'' - thanks. Also added some lines in cftypes.cpp to overcome the absence of values.h on -current. PR: ports/55767 Submitted by: Simon Barner <barner@in.tum.de>
11 lines
235 B
C
11 lines
235 B
C
--- cffolder.h.orig Tue Aug 19 18:30:59 2003
|
|
+++ cffolder.h Tue Aug 19 18:31:08 2003
|
|
@@ -89,4 +89,5 @@
|
|
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
|
|
-#endif
|
|
\ No newline at end of file
|
|
+#endif
|
|
+
|