ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/pack/freebsd/sysutils/dtpstree/files/patch-dtpstree.cpp
Revision: 590
Committed: 2013-10-20T15:47:22-07:00 (11 years, 8 months ago) by douglas
File size: 249 byte(s)
Log Message:
- Fix build with clang
- Use USES=gmake
- Support STAGEDIR

PR:		ports/183116
Submitted by:	Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
Approved by:	Douglas Thrift <douglas@douglasthrift.net> (maintainer)

File Contents

# Content
1 --- dtpstree.cpp.orig 2010-08-05 16:01:47.000000000 +0800
2 +++ dtpstree.cpp 2013-10-19 19:48:34.750149337 +0800
3 @@ -21,6 +21,7 @@
4
5 #include <cerrno>
6 #include <climits>
7 +#include <clocale>
8 #include <cstdarg>
9 #include <cstdio>
10 #include <cstdlib>