diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2002-11-19 00:17:53 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2002-11-19 00:17:53 +0000 |
commit | 0f55a3dc53f3de45bceac803056a112af5562658 (patch) | |
tree | c8db35bcd71bb6c6d7824004ae409cd155fca3ec /sysutils/cd-write | |
parent | a4e9ac80fd7f8c6c812d897f6d23862d03431510 (diff) | |
download | ports-0f55a3dc53f3de45bceac803056a112af5562658.tar.gz ports-0f55a3dc53f3de45bceac803056a112af5562658.zip |
Try to unbreak the build on -current.
Notes
Notes:
svn path=/head/; revision=70441
Diffstat (limited to 'sysutils/cd-write')
-rw-r--r-- | sysutils/cd-write/files/patch-7 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sysutils/cd-write/files/patch-7 b/sysutils/cd-write/files/patch-7 new file mode 100644 index 000000000000..5c3d31367cb1 --- /dev/null +++ b/sysutils/cd-write/files/patch-7 @@ -0,0 +1,10 @@ +--- c++tk/c++tk.h~ Thu Sep 25 03:43:24 1997 ++++ c++tk/c++tk.h Tue Nov 19 01:14:24 2002 +@@ -31,6 +31,7 @@ + #define __CXXTK_H__ + + #include <stdlib.h> // for free() ++#include <string.h> + + extern int TkError; + |